Update sweebot.py
All checks were successful
Check syntax / check (push) Successful in 7s

This commit is contained in:
Nova Cat 2024-12-28 20:34:12 -08:00
parent b80482f9ed
commit 22f4824abb

View file

@ -15,8 +15,8 @@ from requests import get, exceptions as rex
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
from googleapiclient.discovery import build from googleapiclient.discovery import build
from characterai import pycai from characterai import pycai
CAItoken = os.environ["CAItoken"] CAItoken = environ["CAItoken"]
CAImodel = os.environ["CAIchara"] CAImodel = environ["CAIchara"]
try: try:
cai = pycai.Client(CAItoken) cai = pycai.Client(CAItoken)
me = cai.get_me() me = cai.get_me()