Skip to content

Commit

Permalink
change server ip
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Mar 19, 2022
1 parent 133b43c commit 716976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, appname, author, version = None):
first_serial_port = serial.tools.list_ports.comports()[0][0]

self.config['DEFAULT'] = {
'server_url' : 'morse.spdns.org',
'server_url' : '49.12.102.144',
'server_port' : '7373',
'keyer_speed' : '18',
'serial_port' : first_serial_port,
Expand Down

0 comments on commit 716976b

Please sign in to comment.