Advertisement
aalh

debugp

Dec 28th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. def debugp(*args, **kwargs):
  2. # lets both print and write to the file
  3. print(*args, **kwargs)
  4. print(*args, **kwargs, file=pressfile)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement