Fixed print typo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user