Upload files to 'project_manager'

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2020-12-03 15:06:21 +00:00
parent 793e7009e9
commit 521e9e0229

View file

@ -8,6 +8,7 @@ import datetime
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
from gi.repository import GLib
import cairo
# Own modules
@ -154,7 +155,7 @@ def pmdrawing(pmdrawing, main_layer, win):
# Getting update info. I've added a bit of delay. So the starting of the
# Popen would not be noticed by the user as much.
if win.current["frame"] > 50:
update_reader.get_update_info(win)
GLib.timeout_add(1 , update_reader.get_update_info, win)
# Current frame (for animations and things like this)