diff --git a/copyparty/__main__.py b/copyparty/__main__.py index 6a3ba91b..941025d4 100644 --- a/copyparty/__main__.py +++ b/copyparty/__main__.py @@ -410,7 +410,7 @@ def main(argv=None): + " (if you crash with codec errors then that is why)" ) - if WINDOWS and sys.version_info < (3, 6): + if sys.version_info < (3, 6): al.no_scandir = True # signal.signal(signal.SIGINT, sighandler)