gawel / aiocron

Crontabs for asyncio
MIT License
338 stars 20 forks source link

Added version check to call_func #23

Closed 0xhayleydev closed 2 years ago

0xhayleydev commented 2 years ago

Version check sees if the version of python is higher or lower than 3.10

If its lower than 3.10 it will run the original code If its higher, it will run the new gather() function

This should fix #22 and not break everything for older python versions