Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
·
df32c6d
1
Parent(s):
0810df2
why dind't that work?
Browse files
app.py
CHANGED
@@ -47,12 +47,14 @@ def npc_randomize():
|
|
47 |
Tiefling
|
48 |
Aarakocra
|
49 |
Genasi
|
50 |
-
Goliath"""
|
51 |
|
52 |
races=[x.strip() for x in races]
|
53 |
|
54 |
race=random.choice(races)
|
55 |
|
|
|
|
|
56 |
|
57 |
classes="""Barbarian
|
58 |
Bard
|
|
|
47 |
Tiefling
|
48 |
Aarakocra
|
49 |
Genasi
|
50 |
+
Goliath""".split("\n")
|
51 |
|
52 |
races=[x.strip() for x in races]
|
53 |
|
54 |
race=random.choice(races)
|
55 |
|
56 |
+
print("foo",races,race)
|
57 |
+
|
58 |
|
59 |
classes="""Barbarian
|
60 |
Bard
|