mirror of
https://github.com/pdxlocations/contact.git
synced 2026-05-02 03:22:16 +02:00
* more excuses * none isn't better than nothing * more checks * typo * refactor * less is more * grasping at straws * more global * back up * db snapshot * try a threading lock * fix conflict * lock it down * sir locks a lot * sir locks a lilttle less
13 lines
230 B
Python
13 lines
230 B
Python
interface = None
|
|
display_log = False
|
|
all_messages = {}
|
|
channel_list = []
|
|
notifications = []
|
|
packet_buffer = []
|
|
node_list = []
|
|
myNodeNum = 0
|
|
selected_channel = 0
|
|
selected_message = 0
|
|
selected_node = 0
|
|
current_window = 0
|
|
lock = None |