Skip to content

Commit 0fb5395

Browse files
authored
Update iotsimulator-final-9.py
1 parent e699194 commit 0fb5395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iotsimulator-final-9.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
""" iotsimulator-final-9.py """
22
#!/usr/bin/python
33

4+
45
import sys
56
import datetime
67
import random
@@ -92,4 +93,4 @@
9293
dataElementDelimiter = ""
9394
print iotmsg_data % (randPwr,randVolt,randBias,randFlow,randPres,randTemp ) + dataElementDelimiter
9495
index = index + 1
95-
print "]"
96+
print "]"

0 commit comments

Comments
 (0)