Skip to content

Commit

Permalink
fix: oopsie 2, old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxelweb committed Feb 11, 2024
1 parent 2489651 commit 9551a1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@
# ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣞⣻⣿⣿⣔⣿⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀
# ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠋⠉⠉⠁⠀⠀⠀

from datetime import datetime
from flask import Flask
from flask_session import Session
from apscheduler.schedulers.background import BackgroundScheduler
from .routes import basic_blueprint

app = Flask(__name__, template_folder='template')
Expand Down

0 comments on commit 9551a1f

Please sign in to comment.