Skip to content

Commit 6651fb0

Browse files
committed
Fix ruff linting
1 parent 1839f7a commit 6651fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/rdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def check_nla(self):
181181
credentials=self.auth,
182182
)
183183
asyncio.run(self.connect_rdp())
184-
if proto.value == SUPP_PROTOCOLS.RDP or proto.value == SUPP_PROTOCOLS.SSL or proto.value == SUPP_PROTOCOLS.SSL|SUPP_PROTOCOLS.RDP:
184+
if proto.value == SUPP_PROTOCOLS.RDP or proto.value == SUPP_PROTOCOLS.SSL or proto.value == SUPP_PROTOCOLS.SSL | SUPP_PROTOCOLS.RDP:
185185
self.nla = False
186186
return
187187
except Exception:

0 commit comments

Comments
 (0)