Skip to content

Commit

Permalink
Update Miner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Aug 7, 2019
1 parent b68c08d commit 7e8a33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
status = ""
ser = serial.Serial('COM8') #COM on windows, /dev/... on linux... i presume? this needs testing
host = '0.tcp.ngrok.io' #server ip
port = 18867 #server port
port = 14808 #server port
s = socket.socket()
try: #establish connection
s.connect((host, port))
Expand Down

0 comments on commit 7e8a33a

Please sign in to comment.