You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dolfies Hello! I'm trying to write a Midjourney Python API using your library, but i can't figure out how to do non-blocking run of a bot. As I understood, client.start() should do the thing, but it is not. Is it possible at all, or should I use other methods, like running bot in a subprocess. Here is a little snippet of my code:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@dolfies Hello! I'm trying to write a Midjourney Python API using your library, but i can't figure out how to do non-blocking run of a bot. As I understood,
client.start()
should do the thing, but it is not. Is it possible at all, or should I use other methods, like running bot in a subprocess. Here is a little snippet of my code:Beta Was this translation helpful? Give feedback.
All reactions