you could probably just open a file in append mode, and add an entry that way. You can do `with open('path/to/somefile') as file:` then just do a `file.write = contents` where contents is equal to something like this: https://www.linuxquestions.org ... 48296
1 Answers
Tony
Upvotes from: