1
0

Make pylint happy.

This commit is contained in:
2018-02-03 13:46:17 +01:00
parent 2f86f7698a
commit 74d48bd433
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ DEVICELIST_URL = "https://tclota.birth-online.de/json_lastupdates.php"
DEVICELIST_FILE = "prds.json"
DEVICELIST_CACHE_SECONDS = 86400
class DevList:
class DevListMixin:
@staticmethod
def get_devicelist(force=False, output_diff=True):
need_download = True