mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-14 02:00:31 +08:00
fix #4510
This commit is contained in:
@@ -249,7 +249,8 @@ class MTorrentSpider:
|
||||
'header': {
|
||||
'User-Agent': f'{self._ua}',
|
||||
'Accept': 'application/json, text/plain, */*',
|
||||
'x-api-key': self._apikey
|
||||
'x-api-key': self._apikey,
|
||||
'proxies': self._proxy,
|
||||
},
|
||||
'result': 'data'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user