Skip to content

Commit cd3d5f6

Browse files
author
Eric Kolve
committed
adding emit thing
1 parent 30e2d3d commit cd3d5f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

emit.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
import time
44
import sys
5+
import os
56

7+
from pprint import pprint
8+
pprint(dict(os.environ))
69
for i in range(3):
710
print('.', end='')
811
sys.stdout.flush()
9-
time.sleep(540)
12+
time.sleep(5)
1013

0 commit comments

Comments
 (0)