Compare commits

..

2 Commits

Author SHA1 Message Date
pictuga 75935114e4 Remove leftover code 2020-08-23 19:07:12 +02:00
pictuga 5bd2557619 Fix typo in provided .htaccess 2020-08-23 19:01:34 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ from . import readabilite
from .morss import FeedFetch, FeedGather, FeedFormat from .morss import FeedFetch, FeedGather, FeedFormat
from .morss import Options, log, TIMEOUT, DELAY, MorssException from .morss import Options, log, TIMEOUT, DELAY, MorssException
from . import cred
def parse_options(options): def parse_options(options):
""" Turns ['md=True'] into {'md':True} """ """ Turns ['md=True'] into {'md':True} """

View File

@ -8,7 +8,7 @@ ErrorDocument 500 "A very nasty bug found his way onto this very server"
#SetEnv DEBUG 1 #SetEnv DEBUG 1
# Uncomment below line to turn debug on for requests with :debug in the url # Uncomment below line to turn debug on for requests with :debug in the url
#SetEnvIf Request_URI :debug DEBUG 1 #SetEnvIf Request_URI :debug DEBUG=1
<Files ~ "\.(py|pyc|db|log)$"> <Files ~ "\.(py|pyc|db|log)$">
deny from all deny from all