Wait for keypress when finised

This commit is contained in:
2024-11-24 10:19:02 +01:00
parent 9c4d01eba2
commit 9c28e99676

View File

@ -369,3 +369,4 @@ if __name__ == '__main__':
excluded_channels=args.exclude, excluded_channels=args.exclude,
excluded_directory=args.exclude_directory excluded_directory=args.exclude_directory
) )
input("Press Enter to continue...")