Skip to content

Commit

Permalink
continue to refactor server into (models, repositories, usecases)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Apr 16, 2022
1 parent ba9e156 commit 122155a
Show file tree
Hide file tree
Showing 42 changed files with 2,834 additions and 2,462 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DATADOG_APP_KEY=

DEBUG=False

# redirect beatmaps, beatmapsets, and forum
# redirect beatmaps, beatmap sets, and forum
# pages of maps to the official osu! website
REDIRECT_OSU_URLS=True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ python3.9 -m pip install -r requirements.txt
you will need to create a database for bancho.py to store persistent data.

the server uses this database to store metadata & logs, such as user accounts
and stats, beatmaps and beatmapsets, chat channels, tourney mappools and more.
and stats, beatmaps and beatmap sets, chat channels, tourney mappools and more.

```sh
# login to mysql's shell with root - the default admin account
Expand Down
11 changes: 0 additions & 11 deletions app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
# type: ignore
from __future__ import annotations

from . import api
from . import bg_loops
from . import commands
from . import constants
from . import discord
from . import logging
from . import objects
from . import packets
from . import state
from . import utils
Loading

0 comments on commit 122155a

Please sign in to comment.