Skip to content

Commit

Permalink
empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Jan 9, 2025
1 parent b39b6ee commit 2d94ed1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions dds_web/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
# Migration
migrate = flask_migrate.Migrate()


####################################################################################################
# FUNCTIONS ############################################################################ FUNCTIONS #
####################################################################################################
Expand Down
1 change: 0 additions & 1 deletion dds_web/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@ class Config(object):
# Logging setup; 0 means no log rotation
LOG_MAX_SIZE = os.environ.get("LOG_MAX_SIZE", 0x100000)
LOG_BACKUP_COUNT = os.environ.get("LOG_BACKUP_COUNT", 15)

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ services:
- .:/app
command: celery -A run.celery worker --loglevel=info
depends_on:
- redis
- redis

0 comments on commit 2d94ed1

Please sign in to comment.