Skip to content

Commit 774c75d

Browse files
committed
fix: rename RUNPOD_API_PORT to RUNPOD_REALTIME_PORT
1 parent ef98b95 commit 774c75d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runpod/serverless/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def start(config):
1111
'''
1212
Starts the serverless worker.
1313
'''
14-
api_port = os.environ.get('RUNPOD_API_PORT', None)
14+
api_port = os.environ.get('RUNPOD_REALTIME_PORT', None)
1515

1616
if api_port:
1717
api_server = rp_fastapi.WorkerAPI()

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = runpod
3-
version = 0.7.6
3+
version = 0.8.0
44
description = Official Python library for RunPod API & SDK.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)