mirror of
https://gitlab.com/oloturia/damastodon.git
synced 2025-01-07 22:17:15 +01:00
typo
This commit is contained in:
parent
4f7cb01c2f
commit
8406b8a961
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
api_url = sys.argv[1]
|
api_url = sys.argv[1]
|
||||||
save_position = "/tmp"
|
save_position = "/tmp/"
|
||||||
CLEANR = re.compile('<.*?>')
|
CLEANR = re.compile('<.*?>')
|
||||||
botname = "@damastodon "
|
botname = "@damastodon "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue