Deleted redundant variable assignment

This commit is contained in:
Vivek Santayana 2021-12-04 21:29:15 +00:00
parent a0a33b81c4
commit 3856d5fa84

View File

@ -99,7 +99,6 @@ def fetch_questions():
if user_code:
time_adjustment = test['time_adjustments'][user_code]
_time_limit += time_adjustment
adjustment = True
end_delta = timedelta(minutes=_time_limit)
end_time = datetime.utcnow() + end_delta
else: