mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 08:43:36 +05:00
chore: fix lint issues
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -50,5 +50,5 @@ def upload_logfile(logfile: LogFile) -> None:
|
||||
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!")
|
||||
Logger.print_error("Uploading logfile failed!")
|
||||
Logger.print_error(str(e))
|
||||
|
||||
Reference in New Issue
Block a user