paljsingh / impartus-downloader

Download Impartus lectures, convert to mkv for offline viewing.
GNU General Public License v3.0
23 stars 8 forks source link

[Bug]: Error while running python App.py #94

Closed Anusha1910 closed 3 years ago

Anusha1910 commented 3 years ago

lenovo@DESKTOP-JP72497 MINGW64 /e/impartus-downloader (master) $ python App.py Traceback (most recent call last): File "E:\impartus-downloader\App.py", line 46, in App().run() File "E:\impartus-downloader\App.py", line 26, in init Callbacks().setup( TypeError: setup() missing 1 required positional argument: 'app'

paljsingh commented 3 years ago

I missed a checkin.. can you please do a git pull and see if it is working ?

paljsingh commented 3 years ago

fixed with commit id: 4e17fe836645e02654d12af4d94f749ba85aea8e

Anusha1910 commented 3 years ago

Thanks. Its working now.