added blog title to output
This commit is contained in:
parent
523ef6db75
commit
631e89a0de
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ class PhixxyCom(commands.Cog):
|
|||
await self.upload_sftp(filename, (os.getenv('ftp_public_html') + 'ai-blog/'), "index.html")
|
||||
run_time = time.time() - start_time
|
||||
self.logger.debug("It took " + str(run_time) + " seconds to generate the blog post!")
|
||||
output = "Blog Updated! (" + str(run_time) + " seconds) https://ai.phixxy.com/ai-blog"
|
||||
output = f"Blog Updated! ({run_time} seconds) {title} https://ai.phixxy.com/ai-blog"
|
||||
return output
|
||||
|
||||
@commands.command()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue