List style

main
bashrc 2026-07-10 11:27:13 +01:00
parent 62dfec2d45
commit 9ab0b00e4d
1 changed files with 1 additions and 1 deletions

View File

@ -1982,7 +1982,7 @@ def get_bsky_domains_list() -> []:
def get_nostr_domains_list() -> []:
"""returns a list of nostr bridges
"""
return ['mostr.pub', 'momostr.pink']
return ('mostr.pub', 'momostr.pink')
def contains_military_domain(message_str: str) -> bool: