Changes for new jogobot-module
This commit is contained in:
@@ -121,13 +121,14 @@ class RedFamParser( RedFam ):
|
||||
"""
|
||||
|
||||
# Define the timestamp format
|
||||
__timestamp_format = jogobot.timestamp_format
|
||||
__timestamp_format = jogobot.config['redundances']['timestamp_format']
|
||||
|
||||
# Define section heading re.pattern
|
||||
__sectionhead_pat = re.compile( r"^(=+)(.*\[\[.+\]\].*\[\[.+\]\].*)\1" )
|
||||
|
||||
# Define timestamp re.pattern
|
||||
__timestamp_pat = re.compile( jogobot.timestamp_regex )
|
||||
__timestamp_pat = re.compile( jogobot.config['redundances']
|
||||
['timestamp_regex'] )
|
||||
|
||||
# Textpattern for recognisation of done-notices
|
||||
__done_notice = ":<small>Archivierung dieses Abschnittes \
|
||||
|
||||
Reference in New Issue
Block a user