Dû passé en python 2.7 au lieu de python 2 mon luatool.py

This commit is contained in:
Christian Zufferey
2020-09-28 11:31:00 +02:00
parent 093b1e54da
commit 783d04a8af
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Quelques commandes remote (luatool) à envoyer avec le plugin Atom-IDE-terminal de l'éditeur Atom
# zf200928.1111
# zf200928.1126
Todo à faire pour ce projet !
@@ -59,9 +59,9 @@ ssh -N -L 23000:localhost:23000 ubuntu@www.zuzu-test.ml &
telnet -rN $zIP $zport
=node.heap()
verbose=false
~.
verbose=false
= node.bootreason()
# https://nodemcu.readthedocs.io/en/master/modules/node/#nodebootreason
@@ -106,6 +106,7 @@ node.restart()
telnet -rN $zIP $zport
dofile("head.lua")
zhead("boot.lua")
zhead("0_cron.lua")

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python2
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
version = "0.6.8 zf191225.1428"
version = "0.6.9 zf200928.1126"
print("luatool.py ver " + version)