diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-14 17:27:59 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-14 17:27:59 +0100 |
commit | 72e06ea42a02d68627839017f124cfd883623e77 (patch) | |
tree | b5e2cad30c5fe484a1dee86d59fe2298934577d9 /module/gui | |
parent | cp65001 is broken (diff) | |
download | pyload-72e06ea42a02d68627839017f124cfd883623e77.tar.xz |
pyLoad 0.4.9
Diffstat (limited to 'module/gui')
-rw-r--r-- | module/gui/connector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/gui/connector.py b/module/gui/connector.py index 129d26a50..c16ccd08e 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@ @author: mkaay """ -SERVER_VERSION = "0.4.8" +SERVER_VERSION = "0.4.9" from time import sleep from uuid import uuid4 as uuid |