Add "NOT IMPLEMENTED" to show.receiver.list_all

In fact, the command is correctly implemented
but the receiver table is always empty.
pull/29/head
Fabian P. Schmidt 2016-01-12 19:28:03 +01:00
rodzic 0d30b141c6
commit 07bde91c59
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ receiver_beacons_per_day = 24 * 60 / 5
@manager.command
def list_all():
"""Show a list of all receivers."""
"""Show a list of all receivers (NOT IMPLEMENTED)."""
timestamp_24h_ago = datetime.utcnow() - timedelta(days=1)