mirror of
https://github.com/pdxlocations/contact.git
synced 2026-05-07 05:44:27 +02:00
c62965a94f
This reverts commit a4a15e57b4.
12 lines
221 B
Python
12 lines
221 B
Python
interface = None
|
|
display_log = False
|
|
all_messages = {}
|
|
channel_list = []
|
|
notifications = set()
|
|
packet_buffer = []
|
|
node_list = []
|
|
myNodeNum = 0
|
|
selected_channel = 0
|
|
selected_message = 0
|
|
selected_node = 0
|
|
current_window = 0 |