Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jschiel committed Jun 22, 2023
1 parent 701c7d6 commit b64d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
with app.app_context():
db = Queries.Queries(sql_database)

taskScheduler = TaskScheduler.TaskScheduler()
taskScheduler = TaskScheduler.TaskScheduler(app)
taskScheduler.add_Weekly_Task(db.create_Links)
taskScheduler.start()

Expand Down

0 comments on commit b64d159

Please sign in to comment.