mirror of
https://github.com/craigerl/aprsd.git
synced 2025-03-08 04:18:59 -05:00
getting out of git hell with client.py problems
This commit is contained in:
commit
76bbdfc728
@ -127,7 +127,7 @@ class Aprsdis(aprslib.IS):
|
||||
"""
|
||||
Sends login string to server
|
||||
"""
|
||||
login_str = "user {0} pass {1} vers aprsd {3}{2}\r\n"
|
||||
login_str = "user {0} pass {1} vers github.com/craigerl/aprsd {3}{2}\r\n"
|
||||
login_str = login_str.format(
|
||||
self.callsign,
|
||||
self.passwd,
|
||||
|
Loading…
Reference in New Issue
Block a user