This commit is contained in:
smilerz
2021-10-28 12:05:29 -05:00
parent 7c6a7ef6a4
commit 27f358dd03
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ def space_2():
def get_random_recipe(space_1, u1_s1):
r = Recipe.objects.create(
name=uuid.uuid4(),
name=str(uuid.uuid4()),
waiting_time=20,
working_time=20,
servings=4,