freechat/server-api/client-tests
shockrah 00fccb72e5 Mysterious tuple from string bug here
Patching because I have other things to do but basically this diff at line 20 shows that even though self.secret was assigned toa  string value, it was still being given the type of tuple with the first/only item being the string value
I have no idea how this was happeneing but its fixed as of now

* also im ignoring the cargo_bin flag in the environment for now as its just causing issues while debugging
2021-01-20 22:50:23 -08:00
..
web * sending body data as prepared json to 2021-01-20 22:47:12 -08:00
__init__.py Moving http logic to its own module under a new 'web' module 2021-01-20 16:56:54 -08:00
.gitignore adding virtualenv things 2021-01-20 21:55:32 -08:00
client.py Mysterious tuple from string bug here 2021-01-20 22:50:23 -08:00
pyvenv.cfg adding virtualenv things 2021-01-20 21:55:32 -08:00
requirements.txt adding virtualenv things 2021-01-20 21:55:32 -08:00