can run exe file
This commit is contained in:
+6
-4
@@ -1,10 +1,12 @@
|
||||
import configparser
|
||||
import os
|
||||
from dotenv import load_dotenv
|
||||
import getpass
|
||||
config = configparser.ConfigParser()
|
||||
config.read('./config.ini')
|
||||
CONTACT_LIST_FILE = config['DEFAULT']['contact_list_file']
|
||||
FIREBASE_CONFIG_FILE = config['DEFAULT']['firebase_config_file']
|
||||
LOGS_DIR = config['DEFAULT']['LOGS_DIR']
|
||||
username = getpass.getuser()
|
||||
load_dotenv()
|
||||
|
||||
LOG_SOURCE = username
|
||||
SMS_TIMEOUT = 120
|
||||
|
||||
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
Reference in New Issue
Block a user