diff options
author | spoob <spoob@gmx.de> | 2010-01-13 14:21:13 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-13 14:21:13 +0100 |
commit | b1637236297fc5c3278e4d358fa7ec990824db71 (patch) | |
tree | 0d3e31a8c8fdb304ac3dab26687de4e443e5890a /pyLoadCore.py | |
parent | forgot changes (diff) | |
download | pyload-b1637236297fc5c3278e4d358fa7ec990824db71.tar.xz |
More YoutubeChannel Options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index b3f9b9186..0a7fef11a 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -590,6 +590,7 @@ class ServerMethods(): end = self.core.config['reconnect']['endTime'].split(":")
return self.core.compare_time(start, end)
+# And so it begins...
if __name__ == "__main__":
pyload_core = Core()
try:
|