Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner """
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/leetcode/terminal.py", line 242, in run_send_code
toast = Toast('error: %s' % e)
TypeError: __init__() takes at least 4 arguments (2 given)
It seems we missed self.current_view and self.loop when initializing Toast?
It seems we missed self.current_view and self.loop when initializing Toast?