mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 23:44:12 -04:00
Address codestyle concerns
This commit is contained in:
parent
0d7e9523e5
commit
e4d98188da
3 changed files with 10 additions and 5 deletions
|
@ -118,7 +118,9 @@ class PreviewUrlResource(DirectServeResource):
|
|||
value = getattr(url_tuple, attrib)
|
||||
logger.debug(
|
||||
"Matching attrib '%s' with value '%s' against" " pattern '%s'",
|
||||
attrib, value, pattern
|
||||
attrib,
|
||||
value,
|
||||
pattern,
|
||||
)
|
||||
|
||||
if value is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue