Skip to content

Commit

Permalink
Update DataPackageServerConstants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 authored Nov 27, 2023
1 parent ecdbb3d commit eb5a70c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def __init__(self):
self.NodeID = 'FTS'
#self.VERSIONJSON = '{"version":"3","type":"ServerConfig", "data":{"version": "%s", "api": "3","hostname":"%s"}, "nodeId":"%s"}' % (
# self.versionInfo, "0.0.0.0", self.NodeID)
self.VERSIONJSON = '{"version":"3","type":"ServerConfig","data":{"version":"2.0.70-FTS-RELEASE","api":"3","hostname":"%s"},"nodeId":"%s"}' % (
"0.0.0.0", config.nodeID)
self.VERSIONJSON = '{"version":"3","type":"ServerConfig","data":{"version":"2.1 RC1-FTS-RELEASE","api":"3","hostname":"%s"},"nodeId":"%s"}' % (
"0.0.0.0", config.nodeID)

0 comments on commit eb5a70c

Please sign in to comment.