missing parameter

pull/16/merge
nathaniel smith 2017-04-20 21:33:14 -07:00
parent c536870cdd
commit be8011bb49
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class KeyMachineView(TemplateView):
template_name = 'users/keymachine.html'
class RandomView(View):
def get(self):
def get(self, request):
url = None
users = list(Townie.objects.all())
random.shuffle(users)