mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 12:29:19 -08:00
Add a systray based GUI o:
This commit is contained in:
parent
d894d7176c
commit
96f1ee3583
8 changed files with 198 additions and 12 deletions
|
|
@ -25,7 +25,7 @@ def download_files(files: list) -> list:
|
|||
# Close the file
|
||||
image_file.close()
|
||||
# Give the user data about the downloaded image
|
||||
kv_print(f"Image {str(i+1)}", image_file.name, newline=True)
|
||||
kv_print(f"Image {str(i+1)}", image_file.name)
|
||||
# Add the file to the list of downloaded files
|
||||
downloaded_files.append(image_file.name)
|
||||
return downloaded_files
|
||||
Loading…
Add table
Add a link
Reference in a new issue