diff --git a/orb/widgets/hud/HUDS.py b/orb/widgets/hud/HUDS.py index 4b3e3ae..3bca91a 100644 --- a/orb/widgets/hud/HUDS.py +++ b/orb/widgets/hud/HUDS.py @@ -594,4 +594,3 @@ def on_motion(*_): def change_banner(self, *_): if time.time() - self.last_motion < 60: self.source = f"https://lnorb.com/api/ads/any?time={random.random()}" -)}"