Update NBSC.py

This commit is contained in:
TerenceLau 2022-04-17 06:11:32 +08:00 committed by GitHub
parent 2914b274c4
commit e09a821d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -39,9 +39,9 @@ class NBSCData(object):
if period == "monthly":
self.dbcode_query = "hgyd"
elif period == "quarterly":
self.dbcode = "hgjd"
self.dbcode_query = "hgjd"
elif period == "annual":
self.dbcode = "hgnd"
self.dbcode_query = "hgnd"
def generate_header(self):
ua = UserAgent()