Skip to content

Commit 89e20d5

Browse files
authored
Bugfix: fix variable name for webgl renderer (#985)
1 parent fbdcfd4 commit 89e20d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/grpc/impl/frame_server_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, server, input_file_path):
7878
try:
7979
sp.Popen(config["webgl_renderer_path"])
8080
except PermissionError:
81-
logger.info(JS_RENDERER_INFO)
81+
logger.info(WEBGL_RENDERER_INFO)
8282
self.server.stop(None)
8383
return
8484

0 commit comments

Comments
 (0)