diff options
author | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-05 22:59:24 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-05 22:59:24 +0300 |
commit | 31de311a17c9f83d330a499ec0b5ae5f672bbb65 (patch) | |
tree | 2b295c56daf5bc58466b1e1b88053729a8114ef9 /main.py | |
parent | ee1498a3ccacfe9c4cfbe98b9576795d6d06521a (diff) |
getting and checking api_url done
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ def main(): platform = AVAILABLE_PLATFORMS.get(plat_choice) if not platform: - print("Ebaõnnestunud valik ...") + print("Ebaõnnestunud valik, sulgen rakenduse...") return name, module = platform |