Skip to content

Commit 41b8f7c

Browse files
authored
Merge pull request #21 from 2018-11-27/v3.0
3.0.2
2 parents b3c8685 + c04b235 commit 41b8f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exceptionx/i exceptionx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def core(self, func: Wrapped, *a, **kw) -> WrappedReturn:
398398
time.sleep(sleep)
399399

400400
async def acore(self, func: Wrapped, *a, **kw) -> WrappedReturn:
401-
count = 0
401+
count = 1
402402
before = time.monotonic()
403403
while True:
404404
start = time.monotonic()

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name='exceptionx',
5-
version='3.0.1',
5+
version='3.0.2',
66
author='Unnamed great master',
77
author_email='<[email protected]>',
88
license='MIT',

0 commit comments

Comments
 (0)