Compare commits
No commits in common. "75935114e4721a0aa3b7706675621931a7f8d8f0" and "598a2591f10897970d774368611689547a05718c" have entirely different histories.
75935114e4
...
598a2591f1
|
@ -17,6 +17,8 @@ from . import readabilite
|
|||
from .morss import FeedFetch, FeedGather, FeedFormat
|
||||
from .morss import Options, log, TIMEOUT, DELAY, MorssException
|
||||
|
||||
from . import cred
|
||||
|
||||
|
||||
def parse_options(options):
|
||||
""" Turns ['md=True'] into {'md':True} """
|
||||
|
|
|
@ -8,7 +8,7 @@ ErrorDocument 500 "A very nasty bug found his way onto this very server"
|
|||
#SetEnv DEBUG 1
|
||||
|
||||
# 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)$">
|
||||
deny from all
|
||||
|
|
Loading…
Reference in New Issue