Skip to content

Commit ed17bba

Browse files
committed
redirect issues solved.
1 parent 6e596b1 commit ed17bba

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

db.sqlite3

0 Bytes
Binary file not shown.
-15 Bytes
Binary file not shown.

myapp/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def getquestion(request):
155155
request.user.userdata.current_reality = 0
156156
request.user.userdata.save()
157157
question = Question.objects.get(question_no=1)
158-
roulette(request)
159158
return HttpResponseRedirect('/roulette')
160159
score = request.user.userdata.score
161160
print("correct_choice=", question.correct_choice)

0 commit comments

Comments
 (0)