On Saturday, December 30, 2017 at 2:47:52 PM UTC-8, vince wrote:
>
> 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
>
>
>
>
Doesn't seem to parse when used in the format option in weewx.conf just 
spits out the characters it is given...  I'll look into mangling the 
twitter.py file perhaps.

@Auto_AlberniWx
("this is line1\n" "this is line2\n" "this is line3\n")

 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to