gui: remove old db initialization

This commit is contained in:
Dominik Pantůček 2025-07-12 15:57:41 +02:00
parent 2ff7165bec
commit 4c65f70079

View file

@ -243,7 +243,6 @@ db = Database.Database(
) )
) )
db = Database.Database("dbname=brmbar")
shop = brmbar.Shop.new_with_defaults(db) shop = brmbar.Shop.new_with_defaults(db)
currency = shop.currency currency = shop.currency
db.commit() db.commit()