freeCodeCampGuam / FCCG-Cogs

3 stars 4 forks source link

[keydistrib] distribset toggle should be broken #39

Closed Chovin closed 6 years ago

Chovin commented 6 years ago

found this in distribset toggle. definitely isn't what should be there O.o

except ValueError: p
keyring["SERVERS"].append(server.id)
msg = "Keys from that file can now be distributed in this server"

https://github.com/FreeCodeCampGuam/FCCG-Cogs/blame/b4a1f82e5ca025ae4253a451a8a7e1e57448b960/keydistrib/keydistrib.py#L275-L277

https://github.com/FreeCodeCampGuam/FCCG-Cogs/commit/9830593c1b1cdd858bb9c9d178bc12182227a09f#diff-6c678281a0c07ec00206a8e310ed01ecR246