diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-25 19:47:58 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-25 19:47:58 +0100 |
commit | e3db134caa0a1a3b2d1773daa2902d669b6d068f (patch) | |
tree | 2a500cee7ffb3dac1f99053beb406f947b89ef92 /pyload.py | |
parent | fallback when no system locale can be retrieved (diff) | |
download | pyload-e3db134caa0a1a3b2d1773daa2902d669b6d068f.tar.xz |
fix ssl deactivation for server selector
Diffstat (limited to 'pyload.py')
-rwxr-xr-x | pyload.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -513,7 +513,7 @@ class Core(object): except: # something did go wrong, locale is heavily platform dependant pass - # default formatting when no ne was obtained + # default formatting when no one was obtained if not tfrm: tfrm = "%d.%m.%Y %H:%M:%S" |