Temp. disable ActivityPub while dealing with dep. hell

This commit is contained in:
octospacc 2022-06-30 23:56:11 +02:00
parent 045f5be79c
commit cafaf77d28
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
| ================================= """
from Libs.bs4 import BeautifulSoup
from Libs.mastodon import Mastodon
#from Libs.mastodon import Mastodon
from Modules.Utils import *
def MastodonGetSession(MastodonURL, MastodonToken):