Skip to content

Commit 8ed4149

Browse files
authored
Merge pull request Pennyw0rth#375 from Pennyw0rth/neff-patch-1
Fix ruff linting
2 parents 1839f7a + 6651fb0 commit 8ed4149

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)