From: justin melvin Date: Sat, 28 Nov 2020 04:42:56 +0000 (-0800) Subject: Fix typo X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=8bb0f352506c0632d9d60e79442ed08143bcb873 Fix typo --- 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