Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 committed Nov 25, 2023
1 parent 3b5c80e commit c7d0c8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google-fix/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
from pagermaid.enums import Message
from pagermaid.utils import lang, pip_install

pip_install("git+https://github.com/guimc233/magic_google", alias="magic_google")
try:
pip_install("git+https://github.com/guimc233/magic_google", alias="magic_google")
except:
pass

from magic_google import MagicGoogle

Expand Down

0 comments on commit c7d0c8a

Please sign in to comment.