Unterhaltung
Nachrichten
-
!python Does anybody know how to indent this following pep8?
created = item.item(0).getElementsByTagName("created_at")[0].firstChild.data-
I’d say created = item.item( 0).getElementsByTagName( "created_at")[0].firstChild.data
-
@drak It works! Thanks
http://sprunge.us/AVEWdrak gefällt das.
-