1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-27 22:53:04 +00:00

add missing import

This commit is contained in:
Lynne Megido 2019-09-19 16:08:25 +10:00
parent f4505012ae
commit 8b26dfbfc0

View file

@ -1,6 +1,7 @@
from flask import session, render_template, request, redirect
import requests
from mastodon import Mastodon
import re
def bot_accounts_add(mysql, cfg):
if request.method == 'POST':