remove ctx from generate blog
This commit is contained in:
parent
e65fadd71b
commit
2f2a962848
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ class PhixxyCom(commands.Cog):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def generate_blog(self, ctx=None):
|
async def generate_blog(self):
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
topic = ''
|
topic = ''
|
||||||
filename = f"{self.data_dir}ai-blog/index.html"
|
filename = f"{self.data_dir}ai-blog/index.html"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue