remove print
This commit is contained in:
parent
301797a0d7
commit
32b869d7bd
@ -11,9 +11,6 @@ class Config(APIView):
|
||||
parser = IniParser()
|
||||
parser.read('/etc/ffplayout/ffplayout.conf')
|
||||
|
||||
print(dir(parser))
|
||||
print(parser.as_dict())
|
||||
|
||||
return Response(parser.as_dict())
|
||||
else:
|
||||
return Response({"success": False})
|
||||
|
Loading…
x
Reference in New Issue
Block a user