Добавлен выбор валюты, исправления в локализации
This commit is contained in:
parent
76e3ce927a
commit
8cf233a6b9
@ -8,7 +8,7 @@ import requests
|
||||
from calculating import calculating, amortization, cost_prise
|
||||
from setts import window_setts, language, currency_setts
|
||||
from texts import calc, about, new_marge, ver, not_connect
|
||||
from update import upd_check
|
||||
from update import upd_check, upd_start
|
||||
|
||||
now = datetime.datetime.now()
|
||||
|
||||
@ -57,6 +57,7 @@ def create_window():
|
||||
|
||||
|
||||
def main():
|
||||
upd_start()
|
||||
window = create_window()
|
||||
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user