Selaa lähdekoodia

Change Interpreter in shebang to python3

Marc 3 vuotta sitten
vanhempi
commit
6e7d2f53aa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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