Skip to content

Commit

Permalink
Merge pull request #243 from emnify/development
Browse files Browse the repository at this point in the history
Development RC
  • Loading branch information
Th3Un1q3 authored Oct 24, 2024
2 parents 2da92ff + eddcedf commit 9f0bb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ zipp = "==3.15.0"
[dev-packages]

[requires]
python_version = "3.7"
python_version = "3.12"
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os

MAIN_URL = os.environ.get('EMINFY_SDK_API_ENDPOINT_URL', 'https://cdn.emnify.net/api')
MAIN_URL = os.environ.get('EMNIFY_SDK_API_ENDPOINT_URL', 'https://cdn.emnify.net/api')
TOKEN = os.environ.get('EMNIFY_SDK_APPLICATION_TOKEN', os.environ.get('APP_TOKEN'))

0 comments on commit 9f0bb84

Please sign in to comment.