publish update.py
This commit is contained in:
parent
8a6c54d518
commit
fa5740493f
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ HERE = os.path.dirname(os.path.abspath(__file__))
|
||||||
WIN = os.name == "nt"
|
WIN = os.name == "nt"
|
||||||
TASK = "EveWatcher"
|
TASK = "EveWatcher"
|
||||||
WATCHER_SCRIPTS = ("eve_combat_watcher.py", "eve_chat_watcher.py",
|
WATCHER_SCRIPTS = ("eve_combat_watcher.py", "eve_chat_watcher.py",
|
||||||
"eve_orehold_watcher.py", "eve_rock_watcher.py")
|
"eve_orehold_watcher.py", "eve_rock_watcher.py",
|
||||||
|
"eve_local_watcher.py")
|
||||||
|
|
||||||
|
|
||||||
def run(cmd, **kw):
|
def run(cmd, **kw):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue