mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
Tweak {RT} pattern
This commit is contained in:
@ -5077,7 +5077,7 @@ def getForward(users):
|
||||
except TypeError:
|
||||
pass
|
||||
|
||||
RT_PATTERN = re.compile(r'(?s){RT}.*?{(.*?)}.*?{/RT}')
|
||||
RT_PATTERN = re.compile(r'(?s){RT}.*?{(.+?)}.*?{/RT}')
|
||||
RT_OPEN_PATTERN = re.compile(r'{RT}')
|
||||
RT_CLOSE_PATTERN = re.compile(r'{/RT}')
|
||||
RT_STRIP_PATTERN = re.compile(r'(?s){RT}.*?{/RT}')
|
||||
|
Reference in New Issue
Block a user