Explorar el Código

Change Interpreter in shebang to python3

Marc hace 3 años
padre
commit
6e7d2f53aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/generate_secret_key.py

+ 1 - 1
netbox/generate_secret_key.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # This script will generate a random 50-character string suitable for use as a SECRET_KEY.
 import secrets