MrPowerScripts / reddit-karma-farming-bot

"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
https://mrpowerscripts.com
MIT License
297 stars 120 forks source link

Fixed a bug which occures due to unwanted whitespaces #220

Open Luois45 opened 1 year ago

Luois45 commented 1 year ago

Due to the extra white spaces which were there, the ELSE block won't ever get executed because TRY block would run indefinitely except of a keyboard press when the EXCEPT block would execute. In the form, it was before the ELSE block would be executed if the TRY block which runs indefinitely finishes executing.

Luois45 commented 1 year ago

As can be seen in this commit, it was implemented the wrong way from the start because it should be as far as I can tell the ELSE block to the IF check_internet BLOCK.