Skip to content

Commit

Permalink
Playing around
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Pugsley committed Sep 28, 2022
1 parent f4ecedb commit 25455be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions poke.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import tldevice
tio = tldevice.Device("tcp://localhost")

for row in tio.data.stream_iter():
rowstring = "\t".join(map(str,row))+"\n"
print(rowstring)

0 comments on commit 25455be

Please sign in to comment.