turokg / yappa

Serverless deploy of python web-apps @YandexCloud
MIT License
74 stars 10 forks source link

Fix exception for numerical env variables #35

Closed 0niel closed 1 year ago

0niel commented 2 years ago

Fixed TypeError exception when using non-string values in environment variables.

Example of an exception: TypeError: -1001586367279 has type int, but expected one of: bytes, unicode

turokg commented 1 year ago

great changes! thanks!

sorry for late response