1
0

Turned DevListMixin into namespaced methods.

This commit is contained in:
2018-02-05 16:32:26 +01:00
parent 0262c67531
commit 7332846805
6 changed files with 55 additions and 56 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ from requests.exceptions import RequestException
import tcllib
import tcllib.argparser
from tcllib import ansi
from tcllib import devlist
fc = tcllib.FotaCheck()
@@ -37,7 +38,7 @@ else:
prdcheck = "" if args.tocheck is None else args.tocheck
print("Loading list of devices.")
prds = tcllib.FotaCheck.get_devicelist()
prds = devlist.get_devicelist()
print("List of latest OTA firmware{} by PRD:".format(force_ver_text))