From aceb155d98383f3d2188151b09242499cb0e2bc6 Mon Sep 17 00:00:00 2001 From: mac12m99 Date: Fri, 30 Aug 2019 20:40:51 +0200 Subject: [PATCH] test --- platformcode/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/updater.py b/platformcode/updater.py index 7dadc6be..277f5c56 100644 --- a/platformcode/updater.py +++ b/platformcode/updater.py @@ -17,7 +17,7 @@ addon = xbmcaddon.Addon('plugin.video.kod') _hdr_pat = re.compile("^@@ -(\d+),?(\d+)? \+(\d+),?(\d+)? @@.*") branch = 'stable' -user = 'kodiondemand' +user = 'mac12m99' repo = 'addon' addonDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + '/' maxPage = 5 # le api restituiscono 30 commit per volta, quindi se si è rimasti troppo indietro c'è bisogno di andare avanti con le pagine