support windows-py3.5

This commit is contained in:
ed 2021-06-06 21:10:53 +02:00
parent 0061d29534
commit 6fc1be04da

View file

@ -377,6 +377,9 @@ def main(argv=None):
+ " (if you crash with codec errors then that is why)"
)
if WINDOWS and sys.version_info < (3, 6):
al.no_scandir = True
# signal.signal(signal.SIGINT, sighandler)
SvcHub(al).run()