mirror of https://gitlab.com/bashrc2/epicyon
List style
parent
62dfec2d45
commit
9ab0b00e4d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue