mirror of
https://github.com/9001/copyparty.git
synced 2026-03-11 18:54:18 +10:00
support windows-py3.5
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user