idea ide updates
[scannr.git] / test.py
blob:a/test.py -> blob:b/test.py
--- a/test.py
+++ b/test.py
@@ -13,10 +13,10 @@
 p = pyaudio.PyAudio()
 
 stream = p.open(format=FORMAT,
-                channels=CHANNELS,
-                rate=RATE,
-                input=True,
-                frames_per_buffer=CHUNK)
+    channels=CHANNELS,
+    rate=RATE,
+    input=True,
+    frames_per_buffer=CHUNK)
 
 print("* recording")