Deleted redundant variable assignment
This commit is contained in:
parent
c3c6e5084a
commit
4f842223cd
@ -99,7 +99,6 @@ def fetch_questions():
|
|||||||
if user_code:
|
if user_code:
|
||||||
time_adjustment = test['time_adjustments'][user_code]
|
time_adjustment = test['time_adjustments'][user_code]
|
||||||
_time_limit += time_adjustment
|
_time_limit += time_adjustment
|
||||||
adjustment = True
|
|
||||||
end_delta = timedelta(minutes=_time_limit)
|
end_delta = timedelta(minutes=_time_limit)
|
||||||
end_time = datetime.utcnow() + end_delta
|
end_time = datetime.utcnow() + end_delta
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user