← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~j-corwin/openlp/remote into lp:openlp

 

Review: Needs Fixing
Didn't see this the last time, because I didn't approve your proposal the last time.

    def get_200_ok(self, mimetype='text/html; charset="utf-8"'):

Please can you change that to

    def GET_200_OK(....)

or

    def GET_200_response(....)

"GET" is an HTTP keyword, and if it's not in capitals in the Python class, it looks like a "getter", which can lead to confusion.

P.S. I'm going to clean and fix your broken HTML and make it prettier and make the JS better.
-- 
https://code.launchpad.net/~j-corwin/openlp/remote/+merge/24663
Your team OpenLP Core is subscribed to branch lp:openlp.



References