mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0701111f2d | ||
|
|
62a847a565 | ||
|
|
457e1a66fe |
@@ -1,3 +1,8 @@
|
||||
import os
|
||||
|
||||
app_directory = os.path.dirname(os.path.abspath(__file__))
|
||||
db_file_path = os.path.join(app_directory, "client.db")
|
||||
|
||||
all_messages = {}
|
||||
channel_list = []
|
||||
notifications = set()
|
||||
@@ -9,7 +14,6 @@ selected_node = 0
|
||||
current_window = 0
|
||||
interface = None
|
||||
display_log = False
|
||||
db_file_path = "client.db"
|
||||
message_prefix = ">>"
|
||||
sent_message_prefix = message_prefix + " Sent"
|
||||
notification_symbol = "*"
|
||||
notification_symbol = "*"
|
||||
Reference in New Issue
Block a user