Quote:
Originally Posted by hiteshp
:-( nope.. I couldn't find that line in main.py
|
Then your installed plugin is outdated or you used the wrong search option in your editor.
Download the plugin from the very first post, extract main.py. Go to line 622 and change it to:
Code:
data = json.loads(stdout); checker = data.get("checker", {}); status_message += "\ncheckDate: {}".format(checker.get("checkDate", 0))
(There need to be exactly 16 spaces before the command.)