Merge pull request #37 from gravax/patch-1

Update paths.py - small typo
This commit is contained in:
Linus Svensson
2023-10-13 11:07:53 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# This file contains all necessary file and folder paths. Make sure to end folder paths with "/".
# basePath is the path from root to he lowest common denominator for all of the other paths.
# basePath is the path from root to the lowest common denominator for all of the other paths.
# Using an absolute path is especially important if running via cron.
basePath = "/"
# Path to the database file. If you want it somewhere other than directly in the base path you can
@@ -11,4 +11,4 @@ backupPath = basePath + "db/" + "database.bak"
# Path for storing logs
logPath = basePath + "logs/"
# Path to folder for temporary storage of images
imagePath = basePath + "images/"
imagePath = basePath + "images/"