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
+1 -1
View File
@@ -11,7 +11,7 @@ tcllib.make_escapes_work()
fc = tcllib.FotaCheck()
fc.serid = "3531510"
fc.mode = fc.MODE_OTA
fc.mode = fc.MODE.OTA
dp = tcllib.DefaultParser(__file__)
dp.add_argument("prd")