Removed unnecessary EOF exits

This commit is contained in:
2023-02-12 19:39:32 -05:00
parent af8c030201
commit 4055963026
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -63,5 +63,3 @@ if __name__ == "__main__":
else:
print(f"[{album}/*] ReplayGain data is already present.")
s_exit(0)
-2
View File
@@ -156,5 +156,3 @@ if __name__ == "__main__":
source_directories = scan_source(source)
create_destination()
scan_destination_convert()
s_exit(0)