On Saturday, December 30, 2017 at 11:58:47 AM UTC-8, Chris Alemany wrote:
>
> That's a negative on both  and %0a
>>
>>
> That twython is capable of sending "new lines" to twitter. And of course
> python is able to have new lines within strings. Is it perhaps some way in
> how the .conf file is being parsed that does not allow these characters
> through properly?
>
>
>
This is ugly but seems to work.....
>>> mytweet=("this is line1\n" "this is line2\n" "this is line3\n")
>>> print mytweet
this is line1
this is line2
this is line3
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.