From 5e9afb41d7b24189bd78ff8cb26aa723885fecd3 Mon Sep 17 00:00:00 2001 From: "Leonov Artur (Depish)" Date: Tue, 14 Jan 2025 17:37:01 +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=D0=BE=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BE=20=D0=B7=D0=B0=D0=B2=D0=B5=D1=80=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B8=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- updater/updater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater/updater.py b/updater/updater.py index 0382245..29d5471 100644 --- a/updater/updater.py +++ b/updater/updater.py @@ -66,3 +66,5 @@ for file in TO_DELETE: # Скачивание нужного for filename in TO_DOWNLOAD: download_file(filename, MODS_FOLDER / filename) + +print("Обновление завершено!") \ No newline at end of file