Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed Nov 15, 2024
1 parent 570a25c commit 668b0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdsf/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ def start_samp_proxy():
s = ServerProxy(HUB_PARAMS['samp.hub.xmlrpc.url'])

# Register with Hub
metadata = {"samp.name": 'PyBDSF', "samp.description.text": 'PyBDSF: the Python Blob Detection and Source Finding software'}
metadata = {"samp.name": 'PyBDSF', "samp.description.text": 'PyBDSF: the Python Blob Detection and Source Finder software'}
result = s.samp.hub.register(HUB_PARAMS['samp.secret'])
private_key = result['samp.private-key']
s.samp.hub.declareMetadata(private_key, metadata)
Expand Down

0 comments on commit 668b0c8

Please sign in to comment.