From d6da46fac380e1a26e8cb090ef7e5fd29602c157 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 9 Jan 2019 22:50:21 +0000 Subject: `to_from` -> `repo_to` (github.py) --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github.py') diff --git a/modules/github.py b/modules/github.py index b79a84fa..827c7f50 100644 --- a/modules/github.py +++ b/modules/github.py @@ -73,7 +73,7 @@ class Module(ModuleManager.BaseModule): json=True) if page: repo_from = page.data["head"]["label"] - to_from = page.data["base"]["label"] + repo_to = page.data["base"]["label"] added = self._added(page.data["additions"]) removed = self._removed(page.data["deletions"]) url = self._short_url(page.data["html_url"]) -- cgit v1.3.1-10-gc9f91