Forgot yet another variable
This commit is contained in:
@@ -11,6 +11,8 @@ def parse_args():
|
||||
return utils.arg_parser_factory(description='Reply service. Leave running in the background.').parse_args()
|
||||
|
||||
class ReplyBot:
|
||||
PAIRED_PUNCTUATION = re.compile(r"[{}]".format(re.escape('[](){}"‘’“”«»„')))
|
||||
|
||||
def __init__(self, cfg):
|
||||
self.cfg = cfg
|
||||
self.pleroma = pleroma.Pleroma(access_token=cfg['access_token'], api_base_url=cfg['site'])
|
||||
|
||||
Reference in New Issue
Block a user