feat: removed old depedencies
This commit is contained in:
parent
4f882b8dad
commit
ec4edea536
1 changed files with 1 additions and 4 deletions
5
app.py
5
app.py
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from flask import Flask, render_template, redirect, url_for
|
from flask import Flask, render_template, url_for
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,6 +20,3 @@ def homepage():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(debug=os.environ['DEBUG_MODE'])
|
app.run(debug=os.environ['DEBUG_MODE'])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue