Skip to content

Commit

Permalink
Fix CLI USB claim error
Browse files Browse the repository at this point in the history
  • Loading branch information
EarToEarOak committed Jul 10, 2015
1 parent df2e25d commit c250cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/cli.py
Expand Up @@ -197,6 +197,7 @@ def __scan(self, sweeps, settings, index, pool):
if self.settings.scanDelay > 0 and sweep < sweeps - 1:
print '\nDelaying {}s'.format(self.settings.scanDelay)
time.sleep(self.settings.scanDelay)
threadScan.rtl_close()
print ""
print ""

Expand Down
2 changes: 1 addition & 1 deletion src/version-timestamp
@@ -1 +1 @@
1436540466
1436542308

0 comments on commit c250cc6

Please sign in to comment.