Skip to content

Commit 484e621

Browse files
committed
Added return
1 parent a552c59 commit 484e621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/telemetry/telemetry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ def run(
133133
)
134134
return f"Telemetry Data: {self.telemetry_data}"
135135

136+
return "Failed to Receive Data"
137+
136138

137139
# =================================================================================================
138140
# ↑ BOOTCAMPERS MODIFY ABOVE THIS COMMENT ↑

0 commit comments

Comments
 (0)