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',
'screenshot': 'screenshot',
'hash': 'hash',
'pdq_hash': 'perceptual hashes',
'wacz': 'wacz',
'replaywebpage': 'replaywebpage',
},

View File

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