Skip to content

Commit 2af5ab9

Browse files
Fix catched -> caught
1 parent 9db1b92 commit 2af5ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v0.9/dirty.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def catch(maps,local_ses,new_rcp_point):
131131
catch_status = pokemon_pb2.catch_status()
132132
catch_status.ParseFromString(tmp_api)
133133
if catch_status.sess[0].status:
134-
print "[+] " + datetime.datetime.now().strftime("%H:%M:%S")+ " catched pok... %s"%(catch_status.sess[0].status,)
134+
print "[+] " + datetime.datetime.now().strftime("%H:%M:%S")+ " caught pok... %s"%(catch_status.sess[0].status,)
135135
else:
136136
print '[-] catch data is none'
137137
#exit()
@@ -256,4 +256,4 @@ def work_with_stops(current_stop,ses,new_rcp_point):
256256
else:
257257
print '[-] tmp_api empty'
258258
except:
259-
print '[-] error work_with_stops'
259+
print '[-] error work_with_stops'

0 commit comments

Comments
 (0)