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")
|
print("Sending to "+ target + " Channel")
|
||||||
if pending in channels_list[target]:
|
if pending in channels_list[target]:
|
||||||
print(channels_list[target])
|
print(channels_list[target])
|
||||||
for i in channels_list[channel]:
|
for i in channels_list[target]:
|
||||||
try:
|
try:
|
||||||
if i != pending:
|
if i != pending:
|
||||||
print(i)
|
print(i)
|
||||||
|
|
Loading…
Add table
Reference in a new issue