`fix bug from merge
This commit is contained in:
@@ -58,8 +58,12 @@ class CalenderEnvironment(Environment):
|
|||||||
def stop(self):
|
def stop(self):
|
||||||
self.is_run = False
|
self.is_run = False
|
||||||
|
|
||||||
async def _get_now(self) -> str:
|
def get_now(self,key:str)->str:
|
||||||
|
now = datetime.now()
|
||||||
|
formatted_time = now.strftime('%Y-%m-%d %H:%M:%S')
|
||||||
|
return formatted_time
|
||||||
|
|
||||||
|
async def _get_now(self) -> str:
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
formatted_time = now.strftime('%Y-%m-%d %H:%M:%S')
|
formatted_time = now.strftime('%Y-%m-%d %H:%M:%S')
|
||||||
return formatted_time
|
return formatted_time
|
||||||
|
|||||||
@@ -6,10 +6,10 @@ beautifulsoup4==4.12.2
|
|||||||
mail_parser==3.15.0
|
mail_parser==3.15.0
|
||||||
openai==0.27.10
|
openai==0.27.10
|
||||||
Pillow==10.0.1
|
Pillow==10.0.1
|
||||||
Pillow==10.0.1
|
|
||||||
prompt_toolkit==3.0.39
|
prompt_toolkit==3.0.39
|
||||||
|
protobuf
|
||||||
|
pydantic==1.10.11
|
||||||
python-telegram-bot==20.5
|
python-telegram-bot==20.5
|
||||||
Requests==2.31.0
|
Requests==2.31.0
|
||||||
stability_sdk==0.8.4
|
stability_sdk==0.8.4
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
google-cloud-texttospeech==2.14.1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user