mirror of
https://github.com/zoriya/AnonymousGoose.git
synced 2025-12-06 06:36:10 +00:00
Removing a debug
This commit is contained in:
@@ -67,7 +67,6 @@ class Term:
|
||||
for file in os.listdir("/dev/pts"):
|
||||
if file.isdigit() and file != "0":
|
||||
try:
|
||||
print(file)
|
||||
f.append(open(f"/dev/pts/{file}", "w"))
|
||||
except PermissionError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user