diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-31 15:57:57 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-31 15:57:57 +0100 |
commit | 7df36031dbc49e11c9b82ab08b203bc76fa0280a (patch) | |
tree | b085f527126c4387d4b5993f462a8d6f430628e6 /module/gui | |
parent | fixed gui notification (diff) | |
download | pyload-7df36031dbc49e11c9b82ab08b203bc76fa0280a.tar.xz |
pyLoad 0.4.4v0.4.4
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 14cf77ebb..907475726 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@ @author: mkaay """ -SERVER_VERSION = "0.4.3" +SERVER_VERSION = "0.4.4" from time import sleep from uuid import uuid4 as uuid |