mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-20 15:50:14 +08:00
Merge pull request #4513 from cddjr/fix_4511
This commit is contained in:
@@ -76,6 +76,9 @@ class AutoCloseResponse:
|
||||
"""
|
||||
self._auto_close()
|
||||
|
||||
def __setstate__(self, state):
|
||||
for name, value in state.items():
|
||||
setattr(self, name, value)
|
||||
|
||||
class RequestUtils:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user