merge-requests/30/head
Bob Mottram 2022-11-04 21:13:07 +00:00
parent b16f14b478
commit baab9ff98b
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ def _get_website_strings() -> []:
def _get_gemini_strings() -> []:
return ('gemini', 'capsule', 'gemlog')
return ['gemini', 'capsule', 'gemlog']
def get_donation_url(actor_json: {}) -> str:
@ -255,7 +255,6 @@ def set_gemini_link(actor_json: {}, gemini_link: str, translate: {}) -> None:
actor_json['attachment'] = []
match_strings = _get_gemini_strings()
match_strings.append('gemini')
# remove any existing value
property_found = None