Open LuckVd opened 2 years ago
in photon .py
url = getUrl(url, '', True) params = getParams(url, '', True)
params will never get the right value
also if '=' in url: always be false
I fixed your mentioned bug - https://github.com/s0md3v/Bolt/pull/24
in photon .py
url = getUrl(url, '', True) params = getParams(url, '', True)
params will never get the right value