Fix logfilereader not detecting games (#40)
This commit is contained in:
parent
3a0230259a
commit
20a7d0506c
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ class LogFileReader(Cog):
|
||||||
try:
|
try:
|
||||||
self.embed["game_info"]["game_name"] = (
|
self.embed["game_info"]["game_name"] = (
|
||||||
re.search(
|
re.search(
|
||||||
r"Loader LoadNca: Application Loaded:\s([^;\n\r]*)",
|
r"Loader [A-Za-z]*: Application Loaded:\s([^;\n\r]*)",
|
||||||
log_file,
|
log_file,
|
||||||
re.MULTILINE,
|
re.MULTILINE,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue