leonhard-s / auraxium

A high-level Python wrapper for the PlanetSide 2 API.
https://auraxium.readthedocs.io/
MIT License
28 stars 8 forks source link

[BUG] Wrong separator for hide and show fields in a join #5

Closed qcoumes closed 4 years ago

qcoumes commented 4 years ago

Describe the bug Fields are currently separated with a comma c:join=join1^hide:a,b^show:c,d

Expected behavior Fields must be separated with single quote c:join=join1^hide:a'b^show:c'd

qcoumes commented 4 years ago

I'll do a pull request with a fix soon

leonhard-s commented 4 years ago

Fixed by e31e7bb2.