fix_linkl

pull/17/head
db0 2023-07-12 12:51:24 +02:00
parent 1059a83d54
commit 459c8afd6c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FEDISEER_VERSION = "0.5.0"
FEDISEER_VERSION = "0.5.1"
SUPPORTED_SOFTWARE = [
"lemmy",
"mastodon",

View File

@ -12,7 +12,7 @@ However using the endorsement system, you can create a further customized whitel
## REST API
[Full API Documentation](/api)
[Full API Documentation](/api/)
## Community

View File

@ -10,7 +10,7 @@ from loguru import logger
if __name__ == "__main__":
# Only setting this for the WSGI logs
logging.basicConfig(format='%(asctime)s - %(levelname)s - %(module)s:%(lineno)d - %(message)s', level=logging.WARNING)
logging.basicConfig(format='%(asctime)s - %(levelname)s - %(module)s:%(lineno)d - %(message)s', level=logging.DEBUG)
from waitress import serve
logger.init("WSGI Server", status="Starting")