From 8cf233a6b96c428c9390f2946ae2218cf8d1cfdd Mon Sep 17 00:00:00 2001 From: Risen Date: Fri, 9 Jun 2023 22:42:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=20=D0=B2=D0=B0=D0=BB?= =?UTF-8?q?=D1=8E=D1=82=D1=8B,=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D0=BB=D0=BE=D0=BA?= =?UTF-8?q?=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Calc3D.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Calc3D.py b/Calc3D.py index e1e3340..21b5816 100644 --- a/Calc3D.py +++ b/Calc3D.py @@ -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: