added random order
This commit is contained in:
parent
f04173482c
commit
e7ada43c99
@ -50,6 +50,7 @@ def main():
|
|||||||
sb.auth = cr.steam_id and sb.address = cr.ipv4
|
sb.auth = cr.steam_id and sb.address = cr.ipv4
|
||||||
where cr.asn is null
|
where cr.asn is null
|
||||||
and sb.type != 'SteamLegit'
|
and sb.type != 'SteamLegit'
|
||||||
|
ORDER BY RAND()
|
||||||
limit 950
|
limit 950
|
||||||
"""
|
"""
|
||||||
process_queries(sql_statement)
|
process_queries(sql_statement)
|
||||||
|
Loading…
Reference in New Issue
Block a user