This commit is contained in:
Kovid Goyal
2018-05-23 13:25:46 +05:30
parent 4b259dd719
commit 2a5ef628fa
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)