Browse Source

Don't wait between xbmc calls

pull/1680/merge
Ruud 12 years ago
parent
commit
00e53439ed
  1. 1
      couchpotato/core/notifications/xbmc/main.py

1
couchpotato/core/notifications/xbmc/main.py

@ -13,6 +13,7 @@ class XBMC(Notification):
listen_to = ['renamer.after']
use_json_notifications = {}
http_time_between_calls = 0
def notify(self, message = '', data = {}, listener = None):

Loading…
Cancel
Save