Add ML to problem feed

This commit is contained in:
cuom1999 2022-04-11 21:18:01 -05:00
parent 34523ab53f
commit 2fe571379c
8 changed files with 157 additions and 6 deletions

View file

@ -15,3 +15,4 @@ class Command(BaseCommand):
judge.name = options['name']
judge.auth_key = options['auth_key']
judge.save()