Skip to content

Commit e5c3224

Browse files
author
Vasily
authored
Merge pull request #94 from Roastmaster/patch-1
fixed small grammar error
2 parents 29e7be3 + 9800f60 commit e5c3224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def start_work(access_token,ltype,loc):
4040
print('[+] Username: {}'.format(profile.username))
4141

4242
creation_time = datetime.fromtimestamp(int(profile.creation_time)/1000)
43-
print('[+] You are playing Pokemon Go since: {}'.format(
43+
print('[+] You have been playing Pokemon Go since: {}'.format(
4444
creation_time.strftime('%Y-%m-%d %H:%M:%S'),
4545
))
4646
print('[+] Poke Storage: {}'.format(profile.poke_storage))
@@ -233,4 +233,4 @@ def main():
233233

234234

235235
if __name__ == '__main__':
236-
main()
236+
main()

0 commit comments

Comments
 (0)