This commit is contained in:
Ayush Saini 2021-04-07 03:58:40 +05:30
parent 14007f0b0e
commit e9f6da8a2e
13 changed files with 76 additions and 70 deletions

View file

@ -2,7 +2,7 @@
#TODO need to set coordinates of text node , move timer values to settings.json
from ba._enums import TimeType
import ba
import ba,_ba
import setting
class textonmap:
def __init__(self):
@ -12,7 +12,7 @@ class textonmap:
left=_textonmap['bottom left watermark']
top=_textonmap['top watermark']
self.timerr=ba.Timer(8,self.highlights,repeat=True)
self.timerr=ba.Timer(8,ba.Call(self.highlights),repeat=True)
self.left_watermark(left)
self.top_message(top)