Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import os
  2. with open("C://Users/Arged/AppData/Roaming/.minecraft/logs/latest.log", "r") as logfile:
  3. for line in logfile:
  4. if "[Client thread/INFO]: [CHAT]" in line:
  5. print(line)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement