projects continued

This commit is contained in:
frdel 2025-11-03 16:17:12 +01:00
parent 23f53c4318
commit 0e1aa85890
64 changed files with 1191 additions and 551 deletions

View file

@ -6,7 +6,7 @@ class Nudge(ApiHandler):
if not ctxid:
raise Exception("No context id provided")
context = self.get_context(ctxid)
context = self.use_context(ctxid)
context.nudge()
msg = "Process reset, agent nudged."