mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
add missing import
This commit is contained in:
parent
f4505012ae
commit
8b26dfbfc0
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
from flask import session, render_template, request, redirect
|
from flask import session, render_template, request, redirect
|
||||||
import requests
|
import requests
|
||||||
from mastodon import Mastodon
|
from mastodon import Mastodon
|
||||||
|
import re
|
||||||
|
|
||||||
def bot_accounts_add(mysql, cfg):
|
def bot_accounts_add(mysql, cfg):
|
||||||
if request.method == 'POST':
|
if request.method == 'POST':
|
||||||
|
|
Loading…
Reference in a new issue