build issue
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user