Browse Source

Change Interpreter in shebang to python3

Marc 3 years ago
parent
commit
6e7d2f53aa
1 changed files with 1 additions and 1 deletions
  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.
 # This script will generate a random 50-character string suitable for use as a SECRET_KEY.
 import secrets
 import secrets