Skip to content

Commit a709d3f

Browse files
author
appositum
committed
Matplotlib Agg engine
1 parent ec57e25 commit a709d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bot.py

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import os
44
from os import path
55

6+
import matplotlib
7+
matplotlib.use('Agg')
68
import sympy as syp
79
from discord.ext.commands import Bot
810

0 commit comments

Comments
 (0)