Skip to content

Commit f6fc97b

Browse files
authored
Merge pull request #33 from jsikorsky/issue-27
Fix issue #27
2 parents 0439f21 + b0369d7 commit f6fc97b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: BlynkLib.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import struct
66
import time
7+
import sys
78
import os
89

910
try:
@@ -45,7 +46,7 @@ def dummy(*args):
4546
/ _ )/ /_ _____ / /__
4647
/ _ / / // / _ \\/ '_/
4748
/____/_/\\_, /_//_/_/\\_\\
48-
/___/ for Python v""" + _VERSION + " (" + os.uname()[0] + ")\n")
49+
/___/ for Python v""" + _VERSION + " (" + sys.platform + ")\n")
4950

5051
class BlynkProtocol:
5152
def __init__(self, auth, heartbeat=10, buffin=1024, log=None):

0 commit comments

Comments
 (0)