kopia lustrzana https://github.com/glidernet/ogn-python
Bugfix for getting receiver names
rodzic
1a13fc4151
commit
ba7ae37ef2
|
@ -53,5 +53,5 @@ def update_beacon_receiver_distance(name):
|
||||||
|
|
||||||
@app.task
|
@app.task
|
||||||
def update_beacon_receiver_distance_all():
|
def update_beacon_receiver_distance_all():
|
||||||
group(update_beacon_receiver_distance(receiver.name)
|
group(update_beacon_receiver_distance(receiver_name)
|
||||||
for receiver in app.session.query(distinct(ReceiverBeacon.name).label('name')))
|
for receiver_name in app.session.query(distinct(ReceiverBeacon.name)).all()).apply_async()
|
||||||
|
|
Ładowanie…
Reference in New Issue