new column

This commit is contained in:
msramalho
2023-06-26 17:27:57 +01:00
parent 3bbfdf6eba
commit 7c0b05b276
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class Gsheets(Step):
'text': 'text content', 'text': 'text content',
'screenshot': 'screenshot', 'screenshot': 'screenshot',
'hash': 'hash', 'hash': 'hash',
'pdq_hash': 'perceptual hashes',
'wacz': 'wacz', 'wacz': 'wacz',
'replaywebpage': 'replaywebpage', 'replaywebpage': 'replaywebpage',
}, },

View File

@@ -19,6 +19,7 @@ class GWorksheet:
'title': 'upload title', 'title': 'upload title',
'screenshot': 'screenshot', 'screenshot': 'screenshot',
'hash': 'hash', 'hash': 'hash',
'pdq_hash': 'perceptual hashes',
'wacz': 'wacz', 'wacz': 'wacz',
'replaywebpage': 'replaywebpage', 'replaywebpage': 'replaywebpage',
} }