Update server.py
This commit is contained in:
parent
309d50ec5e
commit
1809c5c1e6
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ def session(connection, client, ip, ssl=False):
|
|||
print("Sending to "+ target + " Channel")
|
||||
if pending in channels_list[target]:
|
||||
print(channels_list[target])
|
||||
for i in channels_list[channel]:
|
||||
for i in channels_list[target]:
|
||||
try:
|
||||
if i != pending:
|
||||
print(i)
|
||||
|
|
Loading…
Add table
Reference in a new issue