Skip to content

Commit 445fab6

Browse files
authored
fix: 404 on Old Link
1 parent 9aee092 commit 445fab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DEBUG = True
88

99
# Secret key for session management. You can generate random strings here:
10-
# http://clsc.net/tools-old/random-string-generator.php
10+
# https://randomkeygen.com/
1111
SECRET_KEY = 'my precious'
1212

1313
# Connect to the database

0 commit comments

Comments
 (0)