forked from rDrama/rDrama
1
0
Fork 0

Fix broken import in WPD migration.

master
Snakes 2022-10-17 19:47:28 -04:00
parent be6fa59e13
commit 41fd13602f
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from files.helpers.awards import award_timers
@auth_desired_with_logingate
def front_all(v, sub=None, subdomain=None):
#### WPD TEMP #### special front logic
from helpers.security import generate_hash, validate_hash
from files.helpers.security import generate_hash, validate_hash
from datetime import datetime
now = datetime.utcnow()
if request.host == 'watchpeopledie.co':