We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5df63 commit 4cb0313Copy full SHA for 4cb0313
examples/har_trees/har_live.py
@@ -267,10 +267,5 @@ def main():
267
268
269
if __name__ == '__main__':
270
- try:
271
- main()
272
- except KeyboardInterrupt:
273
- raise
274
- except Exception as e:
275
- print('unhandled-exception', e)
276
- machine.reset()
+ main()
+
examples/har_trees/har_record.py
@@ -180,10 +180,5 @@ async def run():
180
asyncio.run(run())
181
182
183
184
185
186
187
188
189
0 commit comments