Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anasty17 authored May 15, 2024
1 parent e589351 commit 86b868f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async def add_servers(client):
for server in list(config_dict["USENET_SERVERS"]):
if server["host"] not in servers_hosts:
tasks.append(client.add_server(server))
else:
config_dict["USENET_SERVERS"].append(server)
if DATABASE_URL:
tasks.append(
Expand Down

0 comments on commit 86b868f

Please sign in to comment.