mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
config update and fix console logging
This commit is contained in:
@@ -145,7 +145,6 @@ def main():
|
||||
plain_formatter = logging.Formatter('[%(levelname)s] %(name)s: %(message)s')
|
||||
console_handler = logging.StreamHandler()
|
||||
console_handler.setFormatter(colored_formatter)
|
||||
console_handler = DedupHandler(console_handler)
|
||||
|
||||
file_handler = logging.FileHandler("latest.log")
|
||||
file_handler.setFormatter(plain_formatter)
|
||||
|
||||
@@ -3,8 +3,6 @@ fps_counter = false
|
||||
audio_offset = 0
|
||||
visual_offset = 0
|
||||
language = "ja"
|
||||
hard_judge = 108
|
||||
touch_enabled = false
|
||||
timer_frozen = true
|
||||
judge_counter = false
|
||||
nijiiro_notes = false
|
||||
@@ -31,6 +29,7 @@ rainbow = false
|
||||
[paths]
|
||||
tja_path = ['Songs']
|
||||
video_path = ['Videos']
|
||||
#You can change this path to Graphics/GreenVer1080 for the 1080p skin
|
||||
graphics_path = 'Graphics/GreenVer'
|
||||
|
||||
[keys]
|
||||
|
||||
Reference in New Issue
Block a user