1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2025-01-30 17:58:49 -05:00
This commit is contained in:
hrocho 2017-10-19 13:43:09 +02:00
parent 820d183b8d
commit 16ac6dfd19

View File

@ -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)