einstein95 / crunchy-xml-decoder

GNU General Public License v2.0
35 stars 14 forks source link

Bug in code #38

Closed kitamuramms closed 8 years ago

kitamuramms commented 8 years ago

Hello, Just passing by ta alert fora a bug in your code.

File: altfuncs.py

line 31 # forcesub = configr.getboolean('SETTINGS', 'forcesubtitle') ling 32 # forcesub = configr.getboolean('SETTINGS', 'forceusa')

In the line 32 it should be "forceusa = configr.getboolean('SETTINGS', 'forceusa')"

Also "forceusa " should be set as a global var. Anyway after all the corrections, it couldn't connect to the website. It's a shame, but hope you improve it.

Keep up the good work!

einstein95 commented 8 years ago

Fixed

On Wed, Sep 30, 2015 at 3:51 AM kitamuramms notifications@github.com wrote:

Hello, Just passing by ta alert fora a bug in your code.

File: altfuncs.py

line 31 # forcesub = configr.getboolean('SETTINGS', 'forcesubtitle') ling 32 # forcesub = configr.getboolean('SETTINGS', 'forceusa')

In the line 32 it should be "forceusa = configr.getboolean('SETTINGS', 'forceusa')"

Also "forceusa " should be set as a global var. Anyway after all the corrections, it couldn't connect to the website. It's a shame, but hope you improve it.

Keep up the good work!

— Reply to this email directly or view it on GitHub https://github.com/einstein95/crunchy-xml-decoder/issues/38.