bugfix
This commit is contained in:
parent
b4ed9e1a8b
commit
dbbe553857
@ -43,7 +43,7 @@ if action == 'lookup':
|
|||||||
# ---- Submit mode: process the proxy recharge ----
|
# ---- Submit mode: process the proxy recharge ----
|
||||||
username = params_kw.get('username', '').strip()
|
username = params_kw.get('username', '').strip()
|
||||||
amount_raw = params_kw.get('amount', 0)
|
amount_raw = params_kw.get('amount', 0)
|
||||||
|
debug(f'{params_kw=},{username=}, {amount_raw=}')
|
||||||
if not username:
|
if not username:
|
||||||
return {
|
return {
|
||||||
"widgettype": "Text",
|
"widgettype": "Text",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user