This is a Python error. Python depends on indentation to separate blocks. If you use an inconsistent indentation, you will get this error.
Try Googling the error <https://www.google.com/search?q=IndentationError%3A+unexpected+indent&oq=IndentationError%3A+unexpected+indent&aqs=chrome..69i57j69i58j69i61.581j0j7&sourceid=chrome&ie=UTF-8> for more details. -tk On Tue, Feb 6, 2018 at 6:17 AM, Jean Labous <[email protected]> wrote: > ...But I try but I try > > The new Log : > > tail -f /var/log/syslog >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** >> self.loadServices(config_dict) >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** File >> "/usr/share/weewx/weewx/engine.py", line 136, in loadServices >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** self.service_obj.append( >> weeutil.weeutil._get_object(svc)(self, config_dict)) >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** File >> "/usr/share/weewx/weeutil/weeutil.py", line 973, in _get_object >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** mod = >> __import__(module) >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** File >> "/usr/share/weewx/user/sync.py", line 148 >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** if dateTime > >> (self.lastLoopDateTime + 5): >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** ^ >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** IndentationError: >> unexpected indent >> Feb 6 14:02:57 jeanlinux weewx[3650]: **** Exiting. >> >> Merci à tous > Jean > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
