Skip to content

Commit c24f64f

Browse files
author
Nick Shorter
committed
i was stupid and forgot to remove a test exception
1 parent 3d89507 commit c24f64f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"python.pythonPath": "/bin/python3",
3-
"workbench.colorTheme": "One Dark Pro"
3+
"workbench.colorTheme": "Atom One Dark"
44
}

matrix/sport/sportmatrix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def build_standings_image(self, api, xpos) -> Tuple[int, int]:
179179

180180
async def render(self, api, loop):
181181
try:
182-
raise Exception
183182
self.clear()
184183
self.reload_image()
185184
if 'baseball'in api.sport:

0 commit comments

Comments
 (0)