Skip to content

Commit b9b3f7b

Browse files
refactor yeti
1 parent 571feb1 commit b9b3f7b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

appyeticold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def openbitcoinOff():
116116
route = openBitcoin(request, '/openbitcoinOff', '/connectionOff', mode=v.mode)
117117
if route:
118118
return route
119-
return render_template('openbitcoin.html', progress=v.progress, IBD=v.IBD, step=7, offline=True)
119+
return render_template('openbitcoin.html', progress=v.progress, IBD=v.IBD, step=7, offline=True, mode=v.mode)
120120

121121
@app.route("/connectionOff", methods=['GET', 'POST'])
122122
def connection():

initialize.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
subprocess.run('yes | sudo apt install python3-pip tor=0.4.2.7-1 brasero', shell=True, check=False)
3838
subprocess.run('pip3 install --upgrade pip', shell=True, check=False)
3939
subprocess.run('python3 ~/yeticold/utils/downloadbitcoin.py', shell=True, check=False)
40-
41-
subprocess.run('sudo python3 ~/yeticold/utils/CreateShortcuts.py '+HOME, shell=True, check=False)
4240
# Check if required python packages have been installed
4341
# Hide python errors by sending stderr to /dev/null see:https://stackoverflow.com/a/818265/3425022
4442
# 'subprocess.run' is current recommended way to interact with system

0 commit comments

Comments
 (0)