mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-08 01:30:09 +01:00
fix typo
This commit is contained in:
parent
088be32a62
commit
b370a96ed5
|
|
@ -35,7 +35,7 @@ def addClientDataToPacket(bwPacket, config):
|
|||
bwPacket.set("clientVersion", version.client)
|
||||
bwPacket.set("clientBuildDate", version.date)
|
||||
bwPacket.set("clientBranch", version.branch)
|
||||
bwPacket.set("inputSource", config.get("client", "inoutSource"))
|
||||
bwPacket.set("inputSource", config.get("client", "inputSource"))
|
||||
bwPacket.set("frequency", config.get("inputSource", "sdr", "frequency"))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue