Skip to content

Commit

Permalink
remove extra users line in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
tavdog committed Feb 11, 2025
1 parent c9feb2a commit ac90e6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tronbyt_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def create_app(test_config=None):
MAX_CONTENT_LENGTH=1000 * 1000, # 1mbyte upload size limit
SERVER_PROTOCOL=os.getenv("SERVER_PROTOCOL", "http"),
PIXLET_RENDER_PORT1=os.getenv("PIXLET_RENDER_PORT1", "5100"),
USERS_DIR="tests/users",
DB_FILE="testdb.sqlite",
SERVER_HOSTNAME="localhost",
MAIN_PORT=os.environ["SERVER_PORT"] or 8000,
Expand Down

0 comments on commit ac90e6a

Please sign in to comment.