mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
add basic docu
This commit is contained in:
parent
438dda48c2
commit
e2c8394907
10 changed files with 131 additions and 348 deletions
|
|
@ -73,7 +73,7 @@ class Packet:
|
|||
self.set("clientVersion", version.client)
|
||||
self.set("clientBuildDate", version.date)
|
||||
self.set("clientBranch", version.branch)
|
||||
self.set("inputSource", config.get("client", "inoutSource"))
|
||||
self.set("inputSource", config.get("client", "inputSource"))
|
||||
self.set("frequency", config.get("inputSource", "sdr", "frequency"))
|
||||
|
||||
def addServerData(self, config):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue