diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 14:49:34 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 20:21:03 +0200 |
commit | 6abc3221c9b5ba1a1b54633c8283c7c5c978558a (patch) | |
tree | b98bb58c4e10bc6638cebfc2fb1327ca71adb797 /pyLoadCore.py | |
parent | Update CherryPy wsgiserver to version 3.2.1 (diff) | |
download | pyload-6abc3221c9b5ba1a1b54633c8283c7c5c978558a.tar.xz |
[GUI] Removed
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index e648e7fe9..7aec7aa4c 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -69,7 +69,6 @@ class Core(object): def __init__(self): self.doDebug = False - self.startedInGui = False self.running = False self.daemon = False self.remote = True |