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