Skip to content

Instantly share code, notes, and snippets.

@Andy-Knight
Created April 14, 2021 19:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Andy-Knight/f69f209b927220bf91360d2cd93c5773 to your computer and use it in GitHub Desktop.
if querystring != None:
url = 'http://{{ grains['databaseServer'] }}/cgi-bin/database.py?querystring=' + querystring
else:
url = 'http://{{ grains['databaseServer'] }}/cgi-bin/database.py'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment