Update server.py

This commit is contained in:
Nova Cat 2025-01-13 17:28:12 -08:00
parent 309d50ec5e
commit 1809c5c1e6

View file

@ -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)