Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MX0100 authored Jun 27, 2024
1 parent 46f6729 commit e981229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Safezone-main/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from datetime import datetime, timedelta
import os
import socket
sys.path.append('../..')
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from models import db, User, Content, UserSession

from interceptor import login_required
Expand Down

0 comments on commit e981229

Please sign in to comment.