diff --git a/VERSION b/VERSION index fc4d16d..eda2398 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -01.23.78 \ No newline at end of file +01.23.80 \ No newline at end of file diff --git a/swpi.py b/swpi.py index 136d4be..3b87f90 100644 --- a/swpi.py +++ b/swpi.py @@ -734,7 +734,7 @@ def answer_call(modem, message): print "************************************************************************" print "* Sint Wind PI "+v+" *" print "* *" -print "* 2012-2015 by Tonino Tarsi *" +print "* 2012-2016 by Tonino Tarsi *" print "* *" print "* System will start in 10 seconds - Press Ctrl-C to cancel *" print "************************************************************************" @@ -1065,8 +1065,10 @@ def answer_call(modem, message): globalvars.takenPicture.cPIFilemane = cPIFilemane bcPI = cPI.capture(cPIFilemane) if bcPI: + globalvars.takenPicture.cPIFilemane = cPIFilemane addTextandResizePhoto(cPIFilemane,cfg.cameradivicefinalresolutionX,cfg.cameradivicefinalresolutionY,cfg,v) - + else: + globalvars.takenPicture.cPIFilemane = None bConnected = False if ( cfg.sendImagesToServer or cfg.logdata or cfg.upload_data or cfg.WeatherUnderground_logdata or cfg.PWS_logdata):