Skip to content

Commit

Permalink
Update WorkerNode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YouXam authored Jul 19, 2024
1 parent 430d3a9 commit 1821781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WorkerNodePython/WorkerNode/WorkerNode.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

load_dotenv()

AIModelNamespace = os.getenv('AIMODEL_NAMESPACE')
AIModelName = os.getenv('AIMODEL_NAME')
nodeType : str = '';
pulsarURL : str = '';
topicName : str = '';
Expand Down Expand Up @@ -269,4 +271,4 @@ def sendResult(self,result):

if __name__ == '__main__':
init()
run()
run()

0 comments on commit 1821781

Please sign in to comment.