From 8bb0f352506c0632d9d60e79442ed08143bcb873 Mon Sep 17 00:00:00 2001 From: justin melvin Date: Fri, 27 Nov 2020 20:42:56 -0800 Subject: [PATCH] Fix typo --- turbot/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbot/interaction.py b/turbot/interaction.py index 5f8af02..a3bfea0 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -445,7 +445,7 @@ def solved(turb, body, args): set_channel_topic(turb, puzzle) # And rename the sheet to prefix with SOLVED - - turb.sheets.renameSheet(turb, puzzle['sheet_url'], 'SOLVED - ' + puzzle['name']) + turbot.sheets.renameSheet(turb, puzzle['sheet_url'], 'SOLVED - ' + puzzle['name']) return lambda_ok -- 2.43.0