mirror of
https://github.com/gwm17/catima.git
synced 2025-01-30 17:58:49 -05:00
naming
This commit is contained in:
parent
820d183b8d
commit
16ac6dfd19
|
@ -420,7 +420,7 @@ def get_energy_table():
|
|||
r = [catimac.energy_table(x) for x in range(catimac.energy_table.num)]
|
||||
return r
|
||||
|
||||
def print_storage():
|
||||
def storage_info():
|
||||
res = []
|
||||
for i in range(catimac.max_storage_data):
|
||||
data = catimac._storage.Get(i)
|
||||
|
|
Loading…
Reference in New Issue
Block a user