mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 19:16:39 -06:00
Move shared constants, exceptions & helpers.py into /shared/
This commit is contained in:
@@ -5,7 +5,7 @@ import sqlite3
|
||||
import threading
|
||||
from typing import List, Optional, Union
|
||||
|
||||
import constants
|
||||
from shared import constants
|
||||
|
||||
logger = logging.getLogger('database')
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user