fix: opravit chybu s burzou #5

Merged
hernik merged 3 commits from burzafix into main 2022-12-14 19:37:39 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 0d4c597ad2 - Show all commits

View file

@ -1,3 +1,5 @@
## 1.1.1
- Opravit problém s burzou
## 1.1.0-alpha.1
- Experimentální podpora pro SPŠEI Ostrava
- Hezčí kód

View file

@ -326,7 +326,7 @@ class Canteen {
r"""db\/dbProcessOrder\.jsp.+?type=((plusburza)|(minusburza)).+?(?=')""")
.firstMatch(o);
if (match != null) {
burzaUrl = match.group(1)!.replaceAll("amp;", "");
burzaUrl = match.group(0)!.replaceAll("amp;", "");
}
}