mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
* begin refactor * continue refactor - notifications not working * refactor - fix notif - chanels broken * refactor - settings broken * working refactor * continue refactor * remove unused import
9 lines
167 B
Python
9 lines
167 B
Python
all_messages = {}
|
|
channel_list = []
|
|
packet_buffer = []
|
|
myNodeNum = 0
|
|
selected_channel = 0
|
|
selected_node = 0
|
|
direct_message = False
|
|
interface = None
|
|
display_log = False |