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/40/head
							parent
							
								
									d3f565ed20
								
							
						
					
					
						commit
						3a36928240
					
				|  | @ -1,4 +1,4 @@ | |||
| #!/usr/bin/env python3.5 | ||||
| #!/usr/bin/env python3 | ||||
| 
 | ||||
| import time, datetime | ||||
| import copy | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 A. Cristallo
						A. Cristallo