fixed administrator users not being able to create +guilds

This commit is contained in:
Yusur 2025-06-14 02:47:41 +02:00
parent e5e15c6b83
commit 22524c5920
3 changed files with 10 additions and 3 deletions

View file

@ -14,7 +14,7 @@ from sqlalchemy import select
from werkzeug.routing import BaseConverter
from sassutils.wsgi import SassMiddleware
__version__ = '0.3.1'
__version__ = '0.3.2'
APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__))