Skip to content

Commit

Permalink
Remove optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreadman committed Nov 20, 2020
1 parent d29c24f commit 1ffe092
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
import py2exe

setup(
options = {'py2exe': {'bundle_files': 1, 'compressed': True}},
console=['youtube-downloader.py'])

0 comments on commit 1ffe092

Please sign in to comment.