Skip to content

Commit b3cab1a

Browse files
committed
fix a typo
1 parent 5f5e32d commit b3cab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get_flower_exceptions_summary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import os
44
from collections import defaultdict
55

66
# TODO: add an option to provide starting date
7-
# TODO: do clever check that for that args there is no succesfull one after that point
7+
# TODO: do clever check that for that args there is no successful one after that point
88

99
# Make the GET request
1010
response = requests.get(f"http://{os.environ['FLOWER_BASIC_AUTH']}@localhost:5555/api/tasks?state=FAILURE")

0 commit comments

Comments
 (0)