1
0

replace numeric constants with enums

This commit is contained in:
thurask
2017-10-14 19:51:38 -04:00
parent 086240ffa2
commit 69315d8fe2
6 changed files with 33 additions and 31 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ tcllib.make_escapes_work()
fc = tcllib.FotaCheck()
fc.serid = "3531510"
#fc.osvs = "7.1.1"
fc.mode = fc.MODE_OTA
fc.cltp = 10
fc.mode = fc.MODE.OTA
fc.cltp = fc.CLTP.MOBILE
dp = tcllib.DefaultParser(__file__)
dp.add_argument("forcever", nargs="?", default=None)