Christian
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/query_gsquery.py
|
|
@ -10,7 +10,7 @@ import argparse |
|
|
|
import socket |
|
|
|
import sys |
|
|
|
|
|
|
|
engine_types=('protocol-valve','protocol-quake3', 'protocol-quake3','protocol-gamespy1','protocol-unreal2','ut3 minecraft','minecraftbe','jc2mp','mumbleping','soldat','teeworlds') |
|
|
|
engine_types=('protocol-valve','protocol-quake3','protocol-quake3','protocol-gamespy1','protocol-unreal2','ut3','minecraft','minecraftbe','jc2mp','mumbleping','soldat','teeworlds') |
|
|
|
|
|
|
|
class gsquery: |
|
|
|
server_response_timeout = 5 |
|
|
|