diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:54:37 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:54:37 +0200 |
commit | f29d1dbd18c4ce94ded212a369a75f33d8c66011 (patch) | |
tree | 6c1c8ddd52d0b271d27854ead4d3b6fb84e6b68c | |
parent | f89380e875efe37e885fe14d7625cfd36099daf1 (diff) | |
download | il_timetable-f29d1dbd18c4ce94ded212a369a75f33d8c66011.tar.gz il_timetable-f29d1dbd18c4ce94ded212a369a75f33d8c66011.tar.bz2 il_timetable-f29d1dbd18c4ce94ded212a369a75f33d8c66011.zip |
State at 2021-10-06
-rw-r--r-- | nodes/(983,19,1053).lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodes/(983,19,1053).lua b/nodes/(983,19,1053).lua index 3745a99..fcd6179 100644 --- a/nodes/(983,19,1053).lua +++ b/nodes/(983,19,1053).lua @@ -1,5 +1,5 @@ lines = F.ttp_info_times("E1_S", "00;00") ---linestr = F.ttp_info_trains("E1_S", "00;00") +linestr = F.ttp_info_trains("E1_S", "00;00") li = lines ---for i=1,#linestr do li[#li+1] = linestr[i] end +for i=1,#linestr do li[#li+1] = linestr[i] end print(" E1\n"..table.concat(li, "\n"))
\ No newline at end of file |