Skip to content

Commit

Permalink
Point to new Flask form parameter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jul 14, 2021
1 parent 9c21c12 commit 7bad2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/saliweb/web_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def show_info(url, cookie=None):
print("""
To determine name1, name2 etc., view the HTML source of the regular web
service page and look at the names of the HTML form elements. Alternatively,
ask the developer of the web service to implement the
get_submit_parameter_help() method!""")
ask the developer of the web service to document parameters as the second
argument to saliweb.frontend.make_application().""")


def submit_job(url, args, cookie=None):
Expand Down

0 comments on commit 7bad2c8

Please sign in to comment.