Deleted redundant variable assignment
This commit is contained in:
parent
9b8f0f3d8e
commit
aafde86012
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user