Update clientinfo.py

This commit is contained in:
copyrighttxt
2026-08-04 14:35:15 -04:00
committed by GitHub
parent bc37a1b87e
commit 2c7f6cc959
+3 -3
View File
@@ -42,17 +42,17 @@ def GetAllowedMD5Hashes():
"data": [
"aa",# 2020
"a",
"89ae5307ca8bcd4059fa8b61399b6dba" # 2021
"04cb8a13a2d0eda3b7ae2b4e3984e424" # 2021
]
}), 200
return jsonify({
"data": [
# 2016
"7c4caa74baf2100a2e2b2ba34eb9d69b",
"4004fb391db720edcdf520907f4cf663",
"aaa",
# 2018,
"cb625aa02e932bdeb11ac84001ed5475"
"763fade9fabe4fcd64fc1676393c173e"
]
})