]> git.cworth.org Git - turbot/commitdiff
Fix typo
authorjustin melvin <jmelvinprime@gmail.com>
Sat, 28 Nov 2020 04:42:56 +0000 (20:42 -0800)
committerjustin melvin <jmelvinprime@gmail.com>
Sat, 28 Nov 2020 04:42:56 +0000 (20:42 -0800)
turbot/interaction.py

index 5f8af0267ca07e6ac103132748c7682682d88188..a3bfea0a5281176ea6eb316516778e151749d219 100644 (file)
@@ -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