Update tags and team

This commit is contained in:
Hubert Van De Walle 2025-07-22 11:19:44 +02:00
parent e7fa624b42
commit 7e7ffd6f49

View File

@ -3,7 +3,6 @@ import random
vfyd_tags = [ vfyd_tags = [
"vfyd accounting", "vfyd accounting",
"vfyd discuss", "vfyd discuss",
"vfyd easy",
"vfyd editor", "vfyd editor",
"vfyd js", "vfyd js",
"vfyd marketing", "vfyd marketing",
@ -17,6 +16,8 @@ vfyd_tags = [
"vfyd website", "vfyd website",
"vfyd industry", "vfyd industry",
"vfyd voip", "vfyd voip",
"vfyd ai",
"vfyd iot",
] ]
team = [ team = [
@ -27,6 +28,7 @@ team = [
"sbel", "sbel",
"wasa", "wasa",
"huvw", "huvw",
"artn",
] ]
random.shuffle(team) random.shuffle(team)