fix: google.py module

Corrects import for gh.com/abenassi/Google-Search-API.

Signed-off-by: Jürgen Löhel <juergen.loehel@inlyse.com>
pull/477/head
Jürgen Löhel 2021-03-09 16:46:11 -06:00
parent 9e7eb93d0f
commit c1700cc955
No known key found for this signature in database
GPG Key ID: 54E44C4D345DD098
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import json
try:
from google import google
from googleapi import google
except ImportError:
print("GoogleAPI not installed. Command : pip install git+https://github.com/abenassi/Google-Search-API")