Skip to content

Commit ad029d9

Browse files
committed
fixed small bug in updater
1 parent 575e0a5 commit ad029d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

private/w2p_tvseries_installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def update_w2p_tvseries(w2p_folder, version):
180180
if is_binary:
181181
print ' ERROR: you should update web2py'
182182
print ' ERROR: go to http://niphlod.github.io/w2p_tvseries/ and download the new binary'
183+
wait_and_exit(1)
183184
web2py_url = 'http://www.web2py.com/examples/static/web2py_src.zip'
184185
if not download(web2py_url, w2p_archive):
185186
print ' INFO: problems downloading from web2py.com, try again later'

0 commit comments

Comments
 (0)