mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Merge branch 'master' of https://github.com/jay0lee/GAM
This commit is contained in:
@@ -108,12 +108,6 @@ Go to the following link in your browser:
|
||||
{address}
|
||||
"""
|
||||
|
||||
def cp65001(name):
|
||||
if name.lower() == "cp65001":
|
||||
return codecs.lookup("utf-8")
|
||||
|
||||
codecs.register(cp65001)
|
||||
|
||||
# Override and wrap google_auth_httplib2 request methods so that the GAM
|
||||
# user-agent string is inserted into HTTP request headers.
|
||||
def _request_with_user_agent(request_method):
|
||||
|
||||
Reference in New Issue
Block a user