Fix ImportError: No module named flask

This commit is contained in:
Blade of Darkness 2020-12-20 03:25:49 +01:00
parent fbc178b204
commit 27615bac37
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
"""Runner for thunix_api"""
from flask import Flask