Skip to content

Commit

Permalink
M
Browse files Browse the repository at this point in the history
  • Loading branch information
Higgins committed Mar 2, 2017
1 parent f24c6ed commit 501b1de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ __pycache__/

*.json
*.log

# gradle stuff to ignore
#Gradle
.gradletasknamecache
.gradle/
build/
bin/
11 changes: 3 additions & 8 deletions webscraper/bet355_bet_history_scraper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,11 @@ pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
a.binaries,
a.zipfiles,
a.datas,
name='bet355_bet_history_scraper',
debug=False,
strip=False,
upx=True,
console=True )
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
name='bet355_bet_history_scraper')

0 comments on commit 501b1de

Please sign in to comment.