Skip to content

Commit 6c3fbc6

Browse files
committed
using iop
1 parent 0fbb025 commit 6c3fbc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ set -m
77
/usr/irissys/dev/Cloud/ICM/waitISC.sh
88

99
# set default production
10-
/usr/irissys/bin/irispython -m grongier.pex -d dc.Python.Production
10+
iop -d dc.Python.Production
1111

1212
# start production
13-
/usr/irissys/bin/irispython -m grongier.pex -s &
13+
iop grongier.pex -s &
1414

1515
fg %1

src/python/reddit/bp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def on_python_message(self, request: PostMessage):
2929
if 'cat'.upper() in request.post.selftext.upper():
3030
request.to_email_address = '[email protected]'
3131
request.found = 'Cat'
32-
32+
self.log_info("Found a cat")
3333
if request.found is not None:
3434
self.send_request_sync(self.target,request)
3535

0 commit comments

Comments
 (0)