Weglot for Datasnipper - updated templates. Approved to move Walmart screenshots scripts to a cloud host. Need to re-write it in playwright
This commit is contained in:
@ -17,8 +17,8 @@ def find_pictures(currentdir):
|
||||
|
||||
def split_resources(files, currentdir):
|
||||
try:
|
||||
resource_title = files[0]
|
||||
resource_title = resource_title[:-6]
|
||||
resource_title = files[0][:-6]
|
||||
# resource_title = resource_title[:-6]
|
||||
files.sort()
|
||||
new_list = []
|
||||
for file in files:
|
||||
|
||||
@ -8,9 +8,7 @@ const apiKey = "6hUfJdAartHTHhHc0WIRZYPWe"
|
||||
// Luminate Production ^
|
||||
const uid = "/\?uid\=7beg87y4-fh24-4929-3rt5-24kdn87s5241";
|
||||
const groupIds = [
|
||||
'855e2704-fd95-456f-a4eb-ce31c13b3072',
|
||||
'ba23909e-49fd-4458-81bc-99e9fe35faee',
|
||||
'efdfb1a5-58c8-4fd4-a31c-60946e73b6ed',
|
||||
'db8120fa-2107-4d69-b557-47509cfb594c',
|
||||
]
|
||||
|
||||
const getAllGroups = async (num) => {
|
||||
|
||||
Reference in New Issue
Block a user