Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

Fix proxy config at first launch #90

Closed muromec closed 12 years ago

muromec commented 12 years ago

When generating fresh config, proxy value set to None, resulting in proxy url http://None at next launch.

As config reader doesnt convert string "None" to literal None, solution is to simply skip None values at write.

Nic0 commented 12 years ago

Awesome, nicely spot! Thanks for that.