Skip to content

Commit 85002b1

Browse files
authored
Merge pull request #7 from ThatCopy/master
Add "or you have not put the flags in an array" in the error for blacklist
2 parents 4e30a0d + 01b578c commit 85002b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jokeapi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def build_request(
4646
]:
4747
raise ValueError(
4848
'''\n\n
49-
You have blacklisted flags which are not available.
49+
You have blacklisted flags which are not available or you have not put the flags in an array.
5050
Available flags are:
5151
"racist"
5252
"religious"

0 commit comments

Comments
 (0)