mirror of
https://gitlab.com/oloturia/damastodon.git
synced 2025-01-06 21:47: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
|
||||
|
||||
api_url = sys.argv[1]
|
||||
save_position = "/tmp"
|
||||
save_position = "/tmp/"
|
||||
CLEANR = re.compile('<.*?>')
|
||||
botname = "@damastodon "
|
||||
|
||||
|
|
Loading…
Reference in a new issue