1
0
Fork 0
mirror of https://gitlab.com/oloturia/damastodon.git synced 2025-01-06 21:47:15 +01:00
This commit is contained in:
oloturia 2021-10-29 15:08:56 +02:00
parent 4f7cb01c2f
commit 8406b8a961

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 "