This commit is contained in:
Kovid Goyal 2018-05-23 13:25:46 +05:30
parent 4b259dd719
commit 2a5ef628fa
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
6 changed files with 3 additions and 22 deletions

View file

@ -409,9 +409,5 @@ def main(args):
raise SystemExit(loop.return_code)
def handle_result(args, current_char, target_window_id, boss):
pass
if __name__ == '__main__':
main(sys.argv)