aboutsummaryrefslogtreecommitdiff
path: root/trigger.py
diff options
context:
space:
mode:
Diffstat (limited to 'trigger.py')
-rw-r--r--trigger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trigger.py b/trigger.py
index a7fb66c..9ddb4c4 100644
--- a/trigger.py
+++ b/trigger.py
@@ -7,7 +7,7 @@ from flask import Flask, abort, request
class TriggerServerThread(threading.Thread):
- """Simple Flask server (wrapped as thread) for triggering actions on sesssions."""
+ """Simple Flask server (wrapped as thread) for triggering actions on sessions."""
def __init__(self, trigger_method: Callable[[str], Any]):
super().__init__()