5 lines
115 B
Python
5 lines
115 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
from entropy.client.interfaces import Client
|
||
|
cl = Client()
|
||
|
print(len(cl.calculate_updates()[0]))
|