Przeglądaj źródła

Change Interpreter in shebang to python3

Marc 3 lat temu
rodzic
commit
6e7d2f53aa
1 zmienionych plików z 1 dodań i 1 usunięć
  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