mirror of
https://github.com/GaMeNu/HFCNotificator.git
synced 2024-11-16 15:24:51 +02:00
v2.2.0 RELEASE!
Small bugfix(?)
This commit is contained in:
parent
bc65c908bb
commit
594a70c6bb
@ -2,10 +2,10 @@ import os
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
import db_creation
|
||||
from db_creation import __version__
|
||||
import mysql.connector as mysql
|
||||
|
||||
target_version = db_creation.__version__
|
||||
target_version = __version__
|
||||
|
||||
load_dotenv()
|
||||
DB_USERNAME = os.getenv('DB_USERNAME')
|
||||
|
Loading…
Reference in New Issue
Block a user