mirror of
https://github.com/pdxlocations/contact.git
synced 2026-06-24 20:11:04 +02:00
11 lines
216 B
Python
11 lines
216 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"
|
|
message_prefix = ">>" |