diff options
author | 2012-12-17 21:28:10 +0100 | |
---|---|---|
committer | 2012-12-17 21:28:10 +0100 | |
commit | c19a05c355760e1e0782ccb434eae4459baaf4cd (patch) | |
tree | 0e166b6917261101bb38fe35cb3bb072ee9923fb /module/remote/ttypes_debug.py | |
parent | updated lots of libraries (diff) | |
download | pyload-c19a05c355760e1e0782ccb434eae4459baaf4cd.tar.xz |
small api changes
Diffstat (limited to 'module/remote/ttypes_debug.py')
-rw-r--r-- | module/remote/ttypes_debug.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/remote/ttypes_debug.py b/module/remote/ttypes_debug.py index 0e5312fdc..1b7065d9a 100644 --- a/module/remote/ttypes_debug.py +++ b/module/remote/ttypes_debug.py @@ -82,6 +82,7 @@ methods = { 'getServerVersion': basestring, 'getUserData': UserData, 'getUserPlugins': (list, ConfigInfo), + 'getWSAddress': basestring, 'hasAddonHandler': bool, 'isInteractionWaiting': bool, 'isTimeDownload': bool, |