diff options
| author | Donald Delmar Davis <ddavis3@jaguarlandrover.com> | 2014-12-24 00:29:00 +0000 |
|---|---|---|
| committer | Donald Delmar Davis <ddavis3@jaguarlandrover.com> | 2014-12-24 00:29:00 +0000 |
| commit | a544c8752ff194ce5bb32b478376a3307eca11af (patch) | |
| tree | 441085ea2053fdd2c265b9df6744808563bc4f18 /loader.py | |
| parent | cd089cf639c0fbb169ede58aef97306b492bd0d3 (diff) | |
fixed main menue
Diffstat (limited to 'loader.py')
| -rwxr-xr-x | loader.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -293,10 +293,13 @@ while True: if choice=="load": load_image(d,'/mnt/images/') + continue if choice=="archive": archive_image(d,'/mnt/images/archive/') + continue if choice=="load_local": load_image(d,'/mnt/local/') + continue if choice=="archive_local": archive_image(d,'/mnt/local/') else: |
