fix WebScrapper instance

This commit is contained in:
Σlie *
2026-02-27 19:43:50 +01:00
parent 05b8f2841e
commit 26ecbfad21

View File

@ -12,6 +12,10 @@ public class WebScrapper {
public static WebScrapper getInstance() { return instance; } public static WebScrapper getInstance() { return instance; }
public WebScrapper() {
instance = this;
}
public void requestPrice() public void requestPrice()
{ {