Skip to content

Commit

Permalink
Servers back online!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Aug 9, 2019
1 parent a77153d commit 4f55589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miner for linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
ser = serial.Serial(port) #COM on windows
except:
print("Error while trying to connect to COM port:", port)
host = 'localhost' #server ip
host = 'serveo.net' #server ip
port = 14808 #server port
s = socket.socket()

Expand Down

0 comments on commit 4f55589

Please sign in to comment.