Skip to content

Commit

Permalink
Rename main.py to source/main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IlNonoP authored Dec 9, 2024
1 parent abd50e1 commit c78c1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py → source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def remove_web_app():
desktop_files = "Nothing here!"
show_exist_site = Label(text="Existing site: \n" + desktop_files)
show_exist_site.pack()
window.mainloop()
window.mainloop()

0 comments on commit c78c1ed

Please sign in to comment.