From a1111944c5f82c0549b03c89c46dbe9c7c9e97d0 Mon Sep 17 00:00:00 2001 From: jenz Date: Sun, 24 Apr 2022 13:33:26 +0200 Subject: [PATCH] added random order --- nosteam_verificiation/python/update_sb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nosteam_verificiation/python/update_sb.py b/nosteam_verificiation/python/update_sb.py index 985e59f6..55d87755 100644 --- a/nosteam_verificiation/python/update_sb.py +++ b/nosteam_verificiation/python/update_sb.py @@ -50,6 +50,7 @@ def main(): sb.auth = cr.steam_id and sb.address = cr.ipv4 where cr.asn is null and sb.type != 'SteamLegit' + ORDER BY RAND() limit 950 """ process_queries(sql_statement)