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