mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-25 00:21:35 +00:00
remove dnspython requirement, minor fixes
This commit is contained in:
@@ -10522,8 +10522,9 @@ def doSiteVerifyAttempt():
|
||||
else:
|
||||
answer = 'no matching record found'
|
||||
for possible_answer in answers:
|
||||
if possible_answer['data'].startswith('google-site-verification='):
|
||||
answer = possible_answer
|
||||
possible_answer['data'] = possible_answer['data'].strip('"')
|
||||
if possible_answer['data'].startswith('google-site-verification'):
|
||||
answer = possible_answer['data']
|
||||
break
|
||||
else:
|
||||
print('Unrelated TXT record: %s' % possible_answer['data'])
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
python-dateutil
|
||||
dnspython
|
||||
google-api-python-client
|
||||
google-auth
|
||||
google-auth-httplib2
|
||||
|
||||
Reference in New Issue
Block a user