Skip to content

Commit

Permalink
remove ununsed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Oct 11, 2024
1 parent afa5d29 commit daae0f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dds_web/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,9 +1145,6 @@ def collect_stats():
# Get current time
current_time = dds_web.utils.timestamp(ts_format="%Y-%m-%d")

# Get the instance name (DEVELOPMENT, PRODUCTION, etc.)
instance_name = flask.current_app.config.get("INSTANCE_NAME")

# Get email address
recipient: str = flask.current_app.config.get("MAIL_DDS")
error_subject: str = "[CRONJOB] Error during collection of DDS unit- and user statistics."
Expand Down

0 comments on commit daae0f5

Please sign in to comment.