Skip to content

Commit

Permalink
Update radon_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ceandre authored Jul 24, 2019
1 parent 2d1e4e2 commit 5d11e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radon_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from bluepy import btle
from time import sleep
from random import radint
from random import randint

parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter,description=__progname__)
parser.add_argument('-a','--address',help='Bluetooth Address (AA:BB:CC:DD:EE:FF format)',required=True)
Expand Down

0 comments on commit 5d11e90

Please sign in to comment.