Skip to content

Commit

Permalink
UPDATED: Project page links
Browse files Browse the repository at this point in the history
  • Loading branch information
dsancheznet committed Apr 8, 2020
1 parent 06e3395 commit 55ec4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysonoff.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#Define a version number to be able to change it just in one place
global VERSION_NUMBER, WEB_PAGE
VERSION_NUMBER = "1.1"
WEB_PAGE="https://www.dsanchez.net/"
WEB_PAGE="https://github.com/dsancheznet/pysonoff/"

class MainWindow(Gtk.Window):
"""
Expand Down Expand Up @@ -303,7 +303,7 @@ def updateTreeView( self ):
for tmpDevice in self.cHome.get_devices():
#Is yhe model known?
if tmpDevice['productModel'] not in tmpModel:
print('The current product is not found in my device list. Please open an issue at ' + WEB_PAGE )
print('The current product is not found in my device list. Please open an issue at ' + WEB_PAGE +'issues')
tmpModel.update( { 'Unknown' : 4} )
#Is the device a multiswitch?
if 'switches' in tmpDevice['params']:
Expand Down

0 comments on commit 55ec4df

Please sign in to comment.