Don't wait between xbmc calls

This commit is contained in:
Ruud
2013-05-10 00:07:06 +02:00
parent 368fced0c4
commit 00e53439ed

View File

@@ -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):