mirror of https://gitlab.com/pamhyr/pamhyr2
parent
41673145ee
commit
a8c71e475e
|
|
@ -80,7 +80,8 @@ class Friction(SQLSubModel):
|
||||||
stricklers = data["stricklers"].stricklers
|
stricklers = data["stricklers"].stricklers
|
||||||
|
|
||||||
table = execute(
|
table = execute(
|
||||||
"SELECT id, ind, begin_kp, end_kp, begin_strickler, end_strickler " +
|
"SELECT id, ind, begin_kp, end_kp, " +
|
||||||
|
"begin_strickler, end_strickler " +
|
||||||
f"FROM friction WHERE reach = {reach.id}"
|
f"FROM friction WHERE reach = {reach.id}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue