sonarr-rss/config.py

8 lines
142 B
Python

import os
# Grabs the folder where the script runs.
basedir = os.path.abspath(os.path.dirname(__file__))
# Enable debug mode.
DEBUG = False