Remove unneeded global

This commit is contained in:
rany 2021-12-10 18:20:16 +02:00
parent 69a480dbcf
commit 24a20f6053
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ def home():
@app.route("/channels", methods=["GET"])
def channels_direciory():
global NET_INFO
# Fetch the information form unrealircd socket
json_data = FETCH_JSON.get()