1
0
Fork 0
mirror of https://gitlab.com/oloturia/damastodon.git synced 2025-01-06 21:47:15 +01:00

Merge branch 'master' into 'main'

typo

See merge request oloturia/damastodon!3
This commit is contained in:
Mattioli 2021-10-29 13:14:39 +00:00
commit e3605650e5

View file

@ -11,7 +11,7 @@ import re
import sys
api_url = sys.argv[1]
save_position = "/tmp"
save_position = "/tmp/"
CLEANR = re.compile('<.*?>')
botname = "@damastodon "