mirror of
https://git.wownero.com/lza_menace/wowstash.git
synced 2024-08-15 00:33:15 +00:00
e8e97c9f1c
minor css adjustment simplify wallet init and enter teh matrix add another check on seed inputs add stronger language around wallet deletion and seed restores add command to manually reset wallet data for a user update connect payload and adjust minor template/js remove debug statements refactor loading javascript, html, and status payload remove unused ref to .map tighten up logic and html template save template updates Merge branch 'master' of git.wownero.com:lza_menace/wowstash into seed-restores modify workflow to allow seed restoral Co-authored-by: lza_menace <lza_menace@protonmail.com> Reviewed-on: https://git.wownero.com/lza_menace/wowstash/pulls/2
7 lines
133 B
Bash
Executable file
7 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source .venv/bin/activate
|
|
export FLASK_APP=wowstash/app.py
|
|
export FLASK_SECRETS=config.py
|
|
export FLASK_DEBUG=0
|
|
flask $@
|