mirror of
https://github.com/GaMeNu/HFCNotificator.git
synced 2024-11-16 15:24:51 +02:00
v2.2.0 RELEASE!
Small bugfix 2
This commit is contained in:
parent
31eea8207a
commit
aac470e1f6
@ -32,3 +32,6 @@ if current_version not in updaters.keys():
|
||||
with mysql.connect(host='localhost', user=DB_USERNAME, password=DB_PASSWORD) as connection:
|
||||
while current_version != target_version:
|
||||
current_version = updaters[current_version](connection)
|
||||
print(f'Updated DB to version {current_version}')
|
||||
|
||||
print(f'DB is now at target version!')
|
||||
|
Loading…
Reference in New Issue
Block a user