Merge remote-tracking branch 'sm0svx/master' into tetra-contrib

This commit is contained in:
Adi Bier / DL1HRC 2021-02-28 11:11:56 +01:00
commit b71df5b4fd
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ def genpw():
data['callsign']=callsign
#print(data)
response = make_response(render_template_string(page_template, data=data), 200)
response.headers['Cache-Control'] = 'no-store'
return response
if __name__ == '__main__':