Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Added missing module import
Browse files Browse the repository at this point in the history
  • Loading branch information
lkoniecki committed May 12, 2017
1 parent 7bb8fa6 commit ec45bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-device-metrics-Raspberry-example/rasp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Example script for monitoring a Raspberry PI
"""
import requests, time, sched, random, os
import requests, time, sched, random, os, ssl

YOUR_DT_API_URL = 'https://{id}.live.dynatrace.com';
YOUR_DT_API_TOKEN = '{token}';
Expand Down

0 comments on commit ec45bb1

Please sign in to comment.