zayKenyon / VALORANT-rank-yoinker

A Python app which retrieves the VALORANT rank and players' equipped skins during a match
https://zayKenyon.github.io/VALORANT-rank-yoinker/
ISC License
442 stars 140 forks source link

Small syntax error in exception message #189

Closed KWagnerCS closed 6 months ago

KWagnerCS commented 7 months ago

Fixes Issue #178

In Lines 814 and 817 of main.py:

"\l" is an escape sequence in python, "\\l" would print \logs as intended