publish update.py
This commit is contained in:
parent
03d9b76597
commit
a99be193e6
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ import sys
|
||||||
HERE = os.path.dirname(os.path.abspath(__file__))
|
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", "eve_orehold_watcher.py")
|
WATCHER_SCRIPTS = ("eve_combat_watcher.py", "eve_chat_watcher.py",
|
||||||
|
"eve_orehold_watcher.py", "eve_rock_watcher.py")
|
||||||
|
|
||||||
|
|
||||||
def run(cmd, **kw):
|
def run(cmd, **kw):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue