summaryrefslogtreecommitdiffstats
path: root/module/PullEvents.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-09-06 19:14:02 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-09-06 19:14:02 +0200
commit0b6f0dd36f5b4c02a444825c77cae02cc5066f34 (patch)
tree6efe97789b316dc80f8d62d322ec19d63109b6fd /module/PullEvents.py
parentgui double logging fix (diff)
downloadpyload-0b6f0dd36f5b4c02a444825c77cae02cc5066f34.tar.xz
gui: status translation, core: added scheduler -> better account fetching UploadedTo + ShareonlineBiz account fix
Diffstat (limited to 'module/PullEvents.py')
-rw-r--r--module/PullEvents.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/module/PullEvents.py b/module/PullEvents.py
index bbb3f3e6b..16566cfae 100644
--- a/module/PullEvents.py
+++ b/module/PullEvents.py
@@ -109,3 +109,11 @@ class ReloadAllEvent():
def toList(self):
return ["reload", self.destination]
+
+class AccountUpdateEvent():
+ def toList(self):
+ return ["account"]
+
+class ConfigUpdateEvent():
+ def toList(self):
+ return ["config"]