Browse Source

Use python3 instead of python in manage.py

master
Alice 6 years ago
parent
commit
a98fa6c093
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manage.py

+ 1
- 1
manage.py View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys



Loading…
Cancel
Save