Fixed deepcopy problem for 3.6

This commit is contained in:
Soxoj
2021-02-15 01:58:14 +03:00
parent 89c33e5409
commit 31df4eb44d
+2
View File
@@ -135,6 +135,8 @@ class MaigretSite:
return self
self.request_future = None
self.url_regexp = None
self_copy = copy.deepcopy(self)
engine_data = self_copy.engine_obj.site
site_data_keys = list(self_copy.__dict__.keys())