Fixed print typo

This commit is contained in:
Patrick McDonagh
2016-05-03 13:17:45 -05:00
parent 02b95a282f
commit 28d72d4d92

View File

@@ -40,7 +40,7 @@ def main():
if len(sr_try) > 0:
scan_rate = int(sr_try[0]['val'])
except Exception, e:
print("Error getting scan rage: {}".format(e))
print("Error getting scan rate: {}".format(e))
print("I'll just use {} seconds as the scan rate...".format(scan_rate))
try: