mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-16 14:34:39 -04:00
pep8
This commit is contained in:
parent
eab4d462f8
commit
8b98a7e8c3
4 changed files with 85 additions and 60 deletions
|
@ -87,7 +87,8 @@ class MediaRepositoryStore(SQLBaseStore):
|
|||
"get_url_cache", get_url_cache_txn
|
||||
)
|
||||
|
||||
def store_url_cache(self, url, response_code, etag, expires, og, media_id, download_ts):
|
||||
def store_url_cache(self, url, response_code, etag, expires, og, media_id,
|
||||
download_ts):
|
||||
return self._simple_insert(
|
||||
"local_media_repository_url_cache",
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue