mirror of
https://github.com/pdxlocations/contact.git
synced 2026-06-24 12:01:03 +02:00
10 lines
194 B
Python
10 lines
194 B
Python
all_messages = {}
|
|
channel_list = []
|
|
packet_buffer = []
|
|
myNodeNum = 0
|
|
selected_channel = 0
|
|
selected_node = 0
|
|
direct_message = False
|
|
interface = None
|
|
display_log = False
|
|
db_file_path = "client.db" |