Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def debugp(*args, **kwargs):
- # lets both print and write to the file
- print(*args, **kwargs)
- print(*args, **kwargs, file=pressfile)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement