mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Fehlerbehebung FMS
This commit is contained in:
parent
1d48501ded
commit
1ffa137af4
|
|
@ -111,7 +111,7 @@ class BoswatchPlugin(PluginBase):
|
|||
|
||||
response = requests.request("POST", url, headers=headers, data=payload)
|
||||
|
||||
def _getInfo(self, get_tacticalInfo, get_direction):
|
||||
def _getInfo(get_tacticalInfo, get_direction):
|
||||
|
||||
# BosMon-Telegramin expected assembly group, direction and tsi in one field
|
||||
# structure (binary as hex in base10):
|
||||
|
|
|
|||
Loading…
Reference in a new issue