Skip to content

Commit

Permalink
Personalização automática do caminho da pasta para download
Browse files Browse the repository at this point in the history
  • Loading branch information
victordomingos committed Nov 18, 2017
1 parent c2ccc1b commit 14acbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctt_tracking_iPhone/download_db_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import io
import gzip

os.chdir('/private/var/mobile/Containers/Shared/AppGroup/5E22383E-122A-4BBE-9677-E4A0EF63E7C3/Pythonista3/Documents/ctt_tracking_ios')
os.chdir(os.path.expanduser('~/Documents/ctt_tracking_ios'))

# personalizar a linha seguinte com o URL da mini_db no Dropbox, por exemplo:
ZIP_MINI_DB = 'mini_db_PT_Tracking.sqlite.zip?raw=1'
Expand Down

0 comments on commit 14acbca

Please sign in to comment.