diff --git a/servefiles/README.md b/servefiles/README.md index 264b859..e93ff2d 100644 --- a/servefiles/README.md +++ b/servefiles/README.md @@ -1,5 +1,5 @@ # servefiles -Simple Python script for serving local files to FBI's QR code installer. Requires [Python 3](https://www.python.org/downloads/), [qrcode](https://pypi.python.org/pypi/qrcode), and [netifaces](https://pypi.python.org/pypi/netifaces). +Simple Python script for serving local files to FBI's QR code installer. Requires [Python 3](https://www.python.org/downloads/), [PIL](https://pypi.python.org/pypi/PIL), [qrcode](https://pypi.python.org/pypi/qrcode), and [netifaces](https://pypi.python.org/pypi/netifaces). **Usage**: python servefiles.py (file/directory) diff --git a/source/hax/svchax.c b/source/hax/svchax.c index db4f661..44a2113 100644 --- a/source/hax/svchax.c +++ b/source/hax/svchax.c @@ -474,6 +474,7 @@ Result svchax_init(bool patch_srv) } else if(kver > SYSTEM_VERSION(2, 50, 11)) { if(waithax_run()) { waithax_backdoor(k_enable_all_svcs); + waithax_cleanup(); __ctr_svchax = 1; } } else {