mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-07-31 02:38:39 -04:00
Support for CLI arguments
This commit is contained in:
parent
a93ed20554
commit
3a4a79928b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def main():
|
|||
initialize_database()
|
||||
|
||||
def receive_packet(packet):
|
||||
on_receive(packet, interface, system_config)
|
||||
on_receive(packet, interface)
|
||||
|
||||
pub.subscribe(receive_packet, system_config['mqtt_topic'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue