mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +02:00
Fix db_migrate.py shebang for venvs
Allows one to call it using ./db_migrate.py without errors
This commit is contained in:
parent
6f9341d3f1
commit
eac41d561a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from nyaa import app, db
|
from nyaa import app, db
|
||||||
from flask_script import Manager
|
from flask_script import Manager
|
||||||
|
|
Loading…
Add table
Reference in a new issue