Tweak support tabs and text (#440)

This commit is contained in:
dgtlmoon
2022-02-28 22:39:32 +01:00
committed by GitHub
parent fd45fcce2f
commit 615fa2c5b2
4 changed files with 7 additions and 8 deletions

View File

@@ -370,7 +370,8 @@ def changedetection_app(config=None, datastore_o=None):
app_rss_token=datastore.data['settings']['application']['rss_access_token'],
has_unviewed=datastore.data['has_unviewed'],
# Don't link to hosting when we're on the hosting environment
hosted_sticky=os.getenv("SALTED_PASS", False) == False)
hosted_sticky=os.getenv("SALTED_PASS", False) == False,
guid=datastore.data['app_guid'])
return output