mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
support windows-py3.5
This commit is contained in:
parent
0061d29534
commit
6fc1be04da
|
@ -377,6 +377,9 @@ def main(argv=None):
|
||||||
+ " (if you crash with codec errors then that is why)"
|
+ " (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)
|
# signal.signal(signal.SIGINT, sighandler)
|
||||||
|
|
||||||
SvcHub(al).run()
|
SvcHub(al).run()
|
||||||
|
|
Loading…
Reference in a new issue