diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-29 20:35:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-29 20:35:22 +0200 |
commit | 628d3f1db423690c8f0076036e79ca536c897d3d (patch) | |
tree | 6d308951e4f3c867fd24f1fd7d94ef543d03bd23 /pyLoadCore.py | |
parent | fix #349 add captcha support (diff) | |
download | pyload-628d3f1db423690c8f0076036e79ca536c897d3d.tar.xz |
little thrift fixes, some new methods stubs
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index dc90ba5ae..18870023e 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -402,6 +402,8 @@ class Core(object): # objgraph.show_most_common_types(limit=20) # import memdebug # memdebug.start(8002) + + locals().clear() while True: sleep(2) |