Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TransformerOptimus committed Jul 18, 2023
1 parent 822e12f commit 1ed1696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superagi/agent/task_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from superagi.config.config import get_config

redis_url = get_config('REDIS_URL')
redis_url = get_config('REDIS_URL') or "localhost:6379"
"""TaskQueue manages current tasks and past tasks in Redis """
class TaskQueue:
def __init__(self, queue_name: str):
Expand Down

0 comments on commit 1ed1696

Please sign in to comment.