• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版9b974377f3b217b98e9d097fc3ab3af4111afef9 (tree)
时间2020-06-17 22:25:02
作者Dan Villiom Podlaski Christiansen <dan@mage...>
CommiterDan Villiom Podlaski Christiansen

Log Message

unbreak menu extraction

更改概述

差异

diff -r f2ffc9fcbf15 -r 9b974377f3b2 menu.py
--- a/menu.py Mon May 25 16:36:53 2020 +0200
+++ b/menu.py Wed Jun 17 15:25:02 2020 +0200
@@ -101,7 +101,7 @@
101101 seen = False
102102
103103 continue
104- else:
104+ elif line:
105105 if line.split(' ', 1)[0] in WEEKDAYS or line[0] == '(':
106106 break
107107