mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-07-21 19:52:47 +00:00
Fix: ausversehen random-werte vertauscht
This commit is contained in:
+2
-2
@@ -56,9 +56,9 @@ def random_connection():
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if not config['random']:
|
if not config['random']:
|
||||||
dep = random.choice(departures)
|
|
||||||
else:
|
|
||||||
dep = departures[0]
|
dep = departures[0]
|
||||||
|
else:
|
||||||
|
dep = random.choice(departures)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"train": dep['train'],
|
"train": dep['train'],
|
||||||
|
|||||||
Reference in New Issue
Block a user