added random order

This commit is contained in:
jenz 2022-04-24 13:33:26 +02:00
parent f04173482c
commit e7ada43c99

View File

@ -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)