SOBotics / Botpy

A python framework for creating chatbots on the StackExchange network.
Other
5 stars 1 forks source link

Remove extraneous 'import pickle' statements #32

Closed tripleee closed 5 years ago

tripleee commented 5 years ago

As mentioned in #31

Also, a few except handlers in Bot.py specific to pickle -- I have assumed that there is nothing in jsonpickle which could cause these, and that they simply were left around from an earlier version of the code, but please review this particular assumption.

tripleee commented 5 years ago

Yeah, the simple example script works fine at least. Unsure what exactly could still use pickle as I find no references to it in the code -- is there something specific I should test still?