mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
🩹 — Fix bad variable name
This commit is contained in:
parent
9ff2814789
commit
9427f8e301
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def agent(server_url, auth, max_tasks, wait_time, log_level):
|
|||
from argos.logging import logger
|
||||
|
||||
logger.setLevel(log_level)
|
||||
agent_ = ArgosAgent(server_url, auth, max_tasks, wait_time)
|
||||
agent_ = ArgosAgent(server, auth, max_tasks, wait_time)
|
||||
asyncio.run(agent_.run())
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue