Skip to content

Commit da774dd

Browse files
committed
def memChart() -> def mem_Chart().
1 parent 42898a7 commit da774dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

s_tracker.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def gen_piGraph():
176176
mplcursors.cursor()
177177

178178

179-
def memChart():
179+
def mem_Chart():
180180
#this function creates a piechart that visualises used memory & remaining memory
181181
t = date.today()
182182
d_t = date.today()
@@ -274,7 +274,7 @@ def get_args():
274274
print("There is only one drive.")
275275
elif args.memchart:
276276
print(f"Launching --{args.memchart}")
277-
plt.show(memChart())
277+
plt.show(mem_Chart())
278278

279279

280280
def main():
@@ -289,7 +289,7 @@ def main():
289289
get_args()
290290
graph_space()
291291
gen_piGraph()
292-
memChart()
292+
mem_Chart()
293293
print("")
294294

295295

0 commit comments

Comments
 (0)