Files
contact/globals.py
pdxlocations 6732180ca9 Major Refactor - Part 1 (#16)
* begin refactor

* continue refactor - notifications not working

* refactor - fix notif - chanels broken

* refactor - settings broken

* working refactor

* continue refactor

* remove unused import
2024-12-19 14:00:05 -08:00

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