mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-03 15:56:17 +00:00
Update ConnectionString.py
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import configparser
|
||||
import os
|
||||
|
||||
from sqlalchemy_utils import database_exists, create_database
|
||||
|
||||
from DashboardConfig import DashboardConfig
|
||||
|
||||
def ConnectionString(database) -> str or None:
|
||||
parser = configparser.ConfigParser(strict=False)
|
||||
parser.read_file(open('wg-dashboard.ini', "r+"))
|
||||
|
Reference in New Issue
Block a user