Skip to content

Commit

Permalink
not sure why, but this makes it work with pyinstaller (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Vetter-Coverwhale authored Jan 7, 2023
1 parent 3533b5d commit faca8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion placekey/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import requests
from ratelimit import limits, RateLimitException
from backoff import on_exception, fibo
from .__init__ import __version__
from .__version__ import __version__

console_log = logging.StreamHandler()
console_log.setFormatter(
Expand Down

0 comments on commit faca8db

Please sign in to comment.