Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-11-29 19:09:40 +08:00 committed by GitHub
parent 3366735c31
commit 698b7ec0db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ class WikiTargetInfo:
self.query.headers = json.dumps(headers_)
session.commit()
return True
except TypeError:
except:
return False
def get_headers(self):