fix: use first arg
Some checks failed
black-action / runner / black formatter (push) Failing after -2s
Some checks failed
black-action / runner / black formatter (push) Failing after -2s
This commit is contained in:
parent
19865f0588
commit
f0aa04c061
@ -159,7 +159,10 @@ def run():
|
||||
|
||||
try:
|
||||
print(match.args())
|
||||
inspiration = match.args()
|
||||
try:
|
||||
inspiration = match.args()[0]
|
||||
except:
|
||||
inspiration = "INSPIRATION_01"
|
||||
|
||||
async def generate_image(inspiration):
|
||||
imagine = Imagine()
|
||||
|
Loading…
Reference in New Issue
Block a user