Skip to content

Commit

Permalink
Update fediverse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Oct 8, 2024
1 parent 0466dff commit 579a7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/fediverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
import re
import requests
import os.path
import logging

from decouple import config
from PIL import Image

from base import Extension, Logger

logger = Logger(name="fediverse")
logger = Logger(name="fediverse", level=logging.WARNING)

try:
client_encoding = config("CLIENT_ENCODING", default="utf-8")
Expand Down

0 comments on commit 579a7fe

Please sign in to comment.