plugged a large memory leak, there still seems to be a small one - added a program reset as workaround for now

This commit is contained in:
langolierz
2018-05-11 00:18:10 +00:00
parent bd1bf41db1
commit c001cb10f6
6 changed files with 23 additions and 269 deletions

3
r_e_c_u_r.py Normal file → Executable file
View File

@@ -1,6 +1,9 @@
#!/usr/bin/python
import traceback
from tkinter import Tk, Frame
import sys
import tracemalloc
from actions import Actions
from data_centre.data import Data