mirror of https://github.com/MISP/misp-dashboard
Simply python3
With header /usr/bin/env python3.5 doesn't run with the last python3 (3.6), so imho it's better not specify the subversion (.5, .6 and so on), simply leaving "python3". Tested with Python 3.6.3 onVM "Linux misp" (Ubuntu kernel 4.13 x64)pull/39/head
parent
d3f565ed20
commit
93576ce07a
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3.5
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import time, datetime
|
||||
import zmq
|
||||
|
|
Loading…
Reference in New Issue