mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Removed default value for edit, uh, it wasn't supposed to be here
This commit is contained in:
parent
84ae10bf68
commit
203e2b7c82
|
@ -1149,6 +1149,6 @@ if settings["overview"]:
|
|||
logging.error("Invalid time format! Currentely: {}. Note: It needs to be in HH:MM format.".format(settings["overview_time"]))
|
||||
schedule.every().day.at("00:00").do(recent_changes.clear_cache)
|
||||
|
||||
while 1:
|
||||
while 1:
|
||||
time.sleep(1.0)
|
||||
schedule.run_pending()
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"color":"THIS COLOR DEPENDS ON EDIT SIZE, PLEASE DON'T CHANGE"
|
||||
},
|
||||
"edit":{
|
||||
"icon":"https://d1u5p3l4wpay3k.cloudfront.net/minecraft_pl_gamepedia/d/df/Ksi%C4%85%C5%BCka_z_pi%C3%B3rem.png?version=d2b085f15fb5713091ed06f92f81c360",
|
||||
"icon":"",
|
||||
"color":"THIS COLOR DEPENDS ON EDIT SIZE, PLEASE DON'T CHANGE"
|
||||
},
|
||||
"upload/overwrite":{
|
||||
|
|
Loading…
Reference in a new issue