]> git.cworth.org Git - turbot/blobdiff - turbot/sheets.py
Fix typo and make hyperlinks in the sheets work
[turbot] / turbot / sheets.py
index fbe9e3d7839d2e52a64d43f471a444efa1869fe3..0ed6847f8af2bd6747cbf6b7b4c1ad24199a728c 100644 (file)
@@ -57,7 +57,7 @@ def sheets_create_for_puzzle(turb, puzzle):
         insertDataOption='INSERT_ROWS',
         body={
             'range': 'A1:A2',
-            'values': [[url_text], [channel_url_text]]
+            'values': [['=HYPERLINK('+url_text+')'], ['=HYPERLINK('+channel_url_text+')']]
         }).execute()
 
     # Copy some sheets from the Template spreadsheet