fix(kiauh): typo

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-03-03 20:34:21 +01:00
parent 7c754de08e
commit c0caab13b3
5 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ def upload_logfile(logfile: LogFile) -> None:
try:
response = urllib.request.urlopen(req)
link = response.read().decode("utf-8")
Logger.print_ok("Upload successfull! Access it via the following link:")
Logger.print_ok("Upload successful! Access it via the following link:")
Logger.print_ok(f">>>> {link}", False)
except Exception as e:
Logger.print_error(f"Uploading logfile failed!")