Skip to content

Commit 991b612

Browse files
authored
Fix raising exception
1 parent a9123da commit 991b612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matrix_Quote_Board/matrix_quote_board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def update_data():
6161
print(error)
6262

6363
if not quotes or not colors:
64-
raise "Please add at least one quote and color to your feeds"
64+
raise RuntimeError("Please add at least one quote and color to your feeds")
6565
matrixportal.set_text(" ", 1)
6666

6767

0 commit comments

Comments
 (0)