mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-11 10:50:03 +01:00
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:
3
r_e_c_u_r.py
Normal file → Executable file
3
r_e_c_u_r.py
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user