From 2c7f6cc9592ea94e552bb2e74594fefa772ddb94 Mon Sep 17 00:00:00 2001 From: copyrighttxt <183881018+copyrighttxt@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:35:15 -0400 Subject: [PATCH] Update clientinfo.py --- app/routes/clientinfo.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/routes/clientinfo.py b/app/routes/clientinfo.py index 1698831..2d142c4 100644 --- a/app/routes/clientinfo.py +++ b/app/routes/clientinfo.py @@ -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" ] })