Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update topic style
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed Jun 28, 2024
1 parent 9e56681 commit 6637871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion allocmd/utilities/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cliVersion = "2.0.4"
cliVersion = "2.0.5"
4 changes: 2 additions & 2 deletions allocmd/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def generateProdCompose(env: Environment, type):
chain_topic_id = config[type]['chain_topic_id']


alloraTopic
alloraTopic = None
if type == 'worker':
alloraTopic = f"allora-topic-{chain_topic_id}-worker"
elif type == 'reputer':
Expand Down Expand Up @@ -248,7 +248,7 @@ def blocklessNode(environment, env, type, name=None, topic=None):
cprint(f"You must provide name when generating {type} in development", 'red')
return

alloraTopic
alloraTopic = None
if type == 'worker':
alloraTopic = f"allora-topic-{topic}-worker"
elif type == 'reputer':
Expand Down

0 comments on commit 6637871

Please sign in to comment.