build issue

This commit is contained in:
2026-02-09 00:13:33 -05:00
parent b6065a80e8
commit 625f728b01

View File

@@ -22,8 +22,6 @@ def main():
current_file.rename(new_path) current_file.rename(new_path)
print(f"Moved {current_file} to {new_path}.") print(f"Moved {current_file} to {new_path}.")
print(f"Succeeded in sorting {len(music_files)} music files.") print(f"Succeeded in sorting {len(music_files)} music files.")
else:
quit(0)
if __name__ == "__main__": if __name__ == "__main__":
main() main()