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