Spaces:
Runtime error
Runtime error
Commit
·
a693a61
1
Parent(s):
b27b67f
Rename celscis to celscis.py
Browse files- celscis → celscis.py +1 -0
celscis → celscis.py
RENAMED
|
@@ -88,5 +88,6 @@ def print_celscilist(celscilist):
|
|
| 88 |
# Print the key and the views value
|
| 89 |
print(key, value['info']['views'], checkcelsci(key), int(calculate_average(views_list)), no1, max_views)
|
| 90 |
|
|
|
|
| 91 |
# Call the function with celscilist as an argument
|
| 92 |
#print_celscilist(celscilist)
|
|
|
|
| 88 |
# Print the key and the views value
|
| 89 |
print(key, value['info']['views'], checkcelsci(key), int(calculate_average(views_list)), no1, max_views)
|
| 90 |
|
| 91 |
+
|
| 92 |
# Call the function with celscilist as an argument
|
| 93 |
#print_celscilist(celscilist)
|