Quantcast
Channel: Themen - i-have-a-dreambox.com | Dreambox - Support
Viewing all articles
Browse latest Browse all 8093

Heute, 00:15 - autostart plugin! (resolved) (m0rphU)

$
0
0
Heute, 00:15 - autostart plugin! (resolved) (m0rphU)
Just a short note to both code snippets: Please user proper intendation in python and don't mix spaces and tabs. It might lead to some future problems with your code ;)
E.g. you use 3 white spaces (standard would be 4) as intendation in the first snippet. But pzy-co added some methods with a tab as intendation.
Also there are a lot of whitespaces and tabs at the end of the lines which are confusing and useless.

Just use a proper editor and activate the option "Show all characters" (at least that's how it is called in Notepad++).

I know it might seem pedantic but the whitespaces and tabs are part of the syntax in python and as I said above it might save you from weird errors in the future :)
Anyway, good luck with your project. [zum Beitrag]

Viewing all articles
Browse latest Browse all 8093