Skip to content

Commit

Permalink
Rename added servweb function
Browse files Browse the repository at this point in the history
  • Loading branch information
xresende committed Apr 5, 2018
1 parent 19ec548 commit 005f36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/servweb/implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def ps_psmodels_read(timeout=_timeout):
return read_url(url, timeout=timeout)


def ps_siggen_configuration(timeout=_timeout):
def ps_siggen_configuration_read(timeout=_timeout):
"""Return power supplies signal default generation configuration."""
url = _ps_folder + 'siggen-configuration.txt'
return read_url(url, timeout=timeout)
Expand Down

0 comments on commit 005f36a

Please sign in to comment.