Skip to content

Commit

Permalink
fixing print import
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonSmasher committed Apr 30, 2019
1 parent f9a3750 commit d2881c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piProbe.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from __future__ import print_function
from influxdb import InfluxDBClient
import sys
import os
import socket
import json
import time
import subprocess
from influxdb import InfluxDBClient
import Adafruit_DHT
from __future__ import print_function


def getConfig():
Expand Down

0 comments on commit d2881c9

Please sign in to comment.