Fix: Variable name analysis_data instead of analysis
This commit is contained in:
2
bot.py
2
bot.py
@@ -349,7 +349,7 @@ class LinkAnalyzerBot(discord.Client):
|
|||||||
"author": str(message.author),
|
"author": str(message.author),
|
||||||
"message_id": message.id,
|
"message_id": message.id,
|
||||||
"date": datetime.now().isoformat(),
|
"date": datetime.now().isoformat(),
|
||||||
"analysis": analysis,
|
"analysis": analysis_data,
|
||||||
"tududi": tududi_ok,
|
"tududi": tududi_ok,
|
||||||
"fetch_status": fetch_result["status"]
|
"fetch_status": fetch_result["status"]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user