We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450278f commit 4945d41Copy full SHA for 4945d41
1 file changed
runpod/serverless/modules/rp_ping.py
@@ -69,7 +69,7 @@ def start_ping(self, test=False):
69
return
70
71
if not os.environ.get("RUNPOD_POD_ID"):
72
- log.info("Not running on RunPod, pings will not be sent.")
+ log.info("Not running on Runpod, pings will not be sent.")
73
74
75
if (not self.PING_URL) or self.PING_URL == "PING_NOT_SET":
0 commit comments