diff options
author | 2013-03-05 23:21:44 +0100 | |
---|---|---|
committer | 2013-03-05 23:21:44 +0100 | |
commit | 9b12691ad66269ca8b67e80516548e8ae10bd7b2 (patch) | |
tree | 6df55bd94d02b216cb2ec51899f0d0e78899d3e2 /module/api/ApiComponent.py | |
parent | fixed position of autocompletion, updated libraries (diff) | |
download | pyload-9b12691ad66269ca8b67e80516548e8ae10bd7b2.tar.xz |
working search suggestions
Diffstat (limited to 'module/api/ApiComponent.py')
-rw-r--r-- | module/api/ApiComponent.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/api/ApiComponent.py b/module/api/ApiComponent.py index fadcf98da..c3b8c974b 100644 --- a/module/api/ApiComponent.py +++ b/module/api/ApiComponent.py @@ -18,5 +18,6 @@ class ApiComponent(Iface): self.core = core assert isinstance(user, User) self.user = user + self.userHandle = 0 # No instantiating! raise Exception()
\ No newline at end of file |