That's a negative on both  and %0a
>
>
It just doesn't seem to want to parse any of the characters in the strings. 
I did some searching around and it certainly looks like, from examples like 
this:
https://gist.github.com/dangayle/c211c1af232974f00564

def tweet(sentence):
    """Tweet sentence to Twitter."""
    try:
        sys.stdout.write("{} {}\n".format(len(sentence), sentence))
        twitter.update_status(status=sentence)
    except:
        pass


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?

Just throwing that out there as an idea, no idea whatsoever if it has any 
merit. :)

Thanks for all the suggestions.

-- 
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.

Reply via email to