Skip to content

Commit f24bb77

Browse files
committed
Formatting
1 parent e7138b6 commit f24bb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nxc/modules/presence.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def check_scheduled_tasks(self, context, connection, admin_users):
184184

185185
# Also extract non admins where we can get the password
186186
self.non_admin_sids = []
187-
187+
188188
tasks = tsch.hSchRpcEnumTasks(dce, "\\")["pNames"]
189189
for task in tasks:
190190
xml = tsch.hSchRpcRetrieveTask(dce, task["Data"])["pXml"]
@@ -201,7 +201,7 @@ def check_scheduled_tasks(self, context, connection, admin_users):
201201
else:
202202
# If not an admin user, add to non_admin_sids for further processing
203203
self.non_admin_sids.append(sid.group(1))
204-
204+
205205
except Exception as e:
206206
context.log.fail(f"Failed to enumerate scheduled tasks: {e}")
207207
context.log.debug(traceback.format_exc())

0 commit comments

Comments
 (0)