diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-03 22:23:55 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-03 22:23:55 +0100 |
commit | c0eea4e1a19f57167d8e31ff0a6bac092c080a89 (patch) | |
tree | 74a596b660348d35e3ff77a032274dea2a0139b3 /pyLoadCore.py | |
parent | fixed daemon mode (diff) | |
download | pyload-c0eea4e1a19f57167d8e31ff0a6bac092c080a89.tar.xz |
little fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index f3c9bef6c..d1dffb6c7 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -904,7 +904,7 @@ def deamon(): pyload_core.start() -# And so it begins... +# And so it begins... if __name__ == "__main__": if "--daemon" in sys.argv: |