Change to https. (#7277)

* Change to https.

* Revert the py_tf file.
This commit is contained in:
Sagar Giri
2022-10-16 16:43:29 +09:00
committed by GitHub
parent 04698538d8
commit e7b6d2824a
12 changed files with 14 additions and 14 deletions

View File

@@ -29,4 +29,4 @@ if __name__ == "__main__":
"year": 2018,
"hl": "en",
}
print(get_citation("http://scholar.google.com/scholar_lookup", params=params))
print(get_citation("https://scholar.google.com/scholar_lookup", params=params))