Skip to content

Commit

Permalink
refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Sep 11, 2023
1 parent 3bacefa commit 1c98393
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nicetrack/webserver.py
Expand Up @@ -17,9 +17,6 @@
from nicetrack.video_stepper import VideoStepper
from nicetrack.video_stepper_av import VideoStepperAV
import os
import sys
import requests
import traceback
from ngwidgets.webserver import NiceGuiWebserver

class WebServer(NiceGuiWebserver):
Expand All @@ -30,7 +27,7 @@ class WebServer(NiceGuiWebserver):

def __init__(self):
"""Constructs all the necessary attributes for the WebServer object."""
super().init()
NiceGuiWebserver.__init__(self)
self.is_local=False
self.do_trace=True
self.input=""
Expand Down

0 comments on commit 1c98393

Please sign in to comment.