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 56996ea commit ee7ce5bCopy full SHA for ee7ce5b
example/local_bucketing_client_example.py
@@ -69,7 +69,6 @@ def main():
69
date=datetime.datetime.now(),
70
)
71
client.track(user, event)
72
- time.sleep(1000)
73
except Exception as e:
74
logger.exception(f"Exception when calling DevCycle API: {e}")
75
finally:
0 commit comments