Explorar o código

Change Interpreter in shebang to python3

Marc %!s(int64=3) %!d(string=hai) anos
pai
achega
6e7d2f53aa
Modificáronse 1 ficheiros con 1 adicións e 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