summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-01-13 14:21:13 +0100
committerGravatar spoob <spoob@gmx.de> 2010-01-13 14:21:13 +0100
commitb1637236297fc5c3278e4d358fa7ec990824db71 (patch)
tree0d3e31a8c8fdb304ac3dab26687de4e443e5890a /pyLoadCore.py
parentforgot changes (diff)
downloadpyload-b1637236297fc5c3278e4d358fa7ec990824db71.tar.xz
More YoutubeChannel Options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
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: