tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 79d43725f2bdd5f79a4bdb9eade4e16406867b1f
parent 0d3d565353c7205b4276a160f4591322da918348
Author: rob <rob@tarina.org>
Date:   Thu,  9 May 2019 02:03:39 +0300

added rob help

Diffstat:
Mtarina.py | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/tarina.py b/tarina.py @@ -1562,6 +1562,20 @@ def main(): os.system('cp ' + foldername + filename + '.wav /dev/shm/') delayerr = audiodelay(foldername,filename) + #HELPME + elif event == ord('H'): + if webz_on() == True: + writemessage('Rob resolving the error now...') + try: + stopinterface(camera) + os.system('reset') + os.system('ssh -R 18888:localhost:22 tarina@tarina.org -p 13337') + screen = startinterface() + camera = startcamera(lens) + loadfilmsettings = True + except: + writemessage('sry! no rob help installed') + #REMOVE #take elif pressed == 'delete' and menu[selected] == 'TAKE:':