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:
|
||||
self.embed["game_info"]["game_name"] = (
|
||||
re.search(
|
||||
r"Loader LoadNca: Application Loaded:\s([^;\n\r]*)",
|
||||
r"Loader [A-Za-z]*: Application Loaded:\s([^;\n\r]*)",
|
||||
log_file,
|
||||
re.MULTILINE,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue