remove unnecessary variable
This commit is contained in:
parent
ee36d0dce9
commit
9562deae3d
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ import os.path
|
|||
import json
|
||||
from rcon.source import Client
|
||||
|
||||
# Declare variables that are needed everywhere.
|
||||
|
||||
servers_file = "./.midnight_servers.json"
|
||||
servers = []
|
||||
isfirstrun = False
|
||||
|
||||
def load_servers():
|
||||
global servers
|
||||
|
|
Loading…
Reference in a new issue