aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-31 16:42:32 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-31 16:42:32 +0200
commitb58644f3aa275f05f7f51aba9b7009bd128c03ed (patch)
tree87656e1893ccc4afba71d79a91ea227d680f6085
parentbb5a7fcf30e11c7b955f46572de1ef4a3b773c97 (diff)
downloadRWA.Support.SessionService-b58644f3aa275f05f7f51aba9b7009bd128c03ed.tar.gz
RWA.Support.SessionService-b58644f3aa275f05f7f51aba9b7009bd128c03ed.tar.bz2
RWA.Support.SessionService-b58644f3aa275f05f7f51aba9b7009bd128c03ed.zip
Fix typo
-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__()