X-Received: by 10.98.22.149 with SMTP id 143mr21715346pfw.10.1469561548492; Tue, 26 Jul 2016 12:32:28 -0700 (PDT) X-Received: by 10.36.111.147 with SMTP id x141mr882936itb.6.1469561548389; Tue, 26 Jul 2016 12:32:28 -0700 (PDT) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!f6no4916676ith.0!news-out.google.com!d130ni15303ith.0!nntp.google.com!f6no4916669ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: cz.comp.lang.python Date: Tue, 26 Jul 2016 12:32:28 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.119.94.250; posting-account=ZXvM7goAAACp04qjTgMuqtQLZCNV2zSa NNTP-Posting-Host: 85.119.94.250 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3ad0c1bf-de0f-4645-8a59-8991787bf11a@googlegroups.com> Subject: =?UTF-8?Q?pros=C3=ADm_o_radu?= From: ales.hruby33@gmail.com Injection-Date: Tue, 26 Jul 2016 19:32:28 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: csiph.com cz.comp.lang.python:3097 #!/usr/bin/env python =20 import RPi.GPIO as GPIO import time promena=3D3 GPIO.setmode(GPIO.BCM) GPIO.setup(4, GPIO.OUT) while True: try: time.sleep(1) =09 if i =3D=3D 1: GPIO.output(4, False) else: GPIO.output(4, True) hl=C3=A1s=C3=AD to chybu=20 ./test.py=20 File "./test.py", line 18 =20 ^ IndentationError: unexpected unindent v=C5=AFbec nemohu najit co to je kdyz ten radek ani neexistuje :-( d=C4=9Bk= uji