Support for CLI arguments

This commit is contained in:
Jacek Radzikowski 2024-06-28 16:45:42 -04:00
parent a93ed20554
commit 3a4a79928b

View file

@ -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'])