mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 11:20:15 +01:00
fix?
This commit is contained in:
@@ -19,7 +19,7 @@ logger = data_centre.setup_logging()
|
||||
tk = Tk()
|
||||
# tk.withdraw()
|
||||
canvas = Canvas(tk, width=500, height=400, bd=0, highlightthickness=0)
|
||||
canvas.pack()
|
||||
canvas.pack(fill=BOTH, expand=YES)
|
||||
|
||||
wid = canvas.winfo_id()
|
||||
os.system('xterm -into %d -geometry 40x20 -sb &' % wid)
|
||||
|
||||
Reference in New Issue
Block a user