Removed default value for edit, uh, it wasn't supposed to be here

This commit is contained in:
Frisk 2019-02-12 21:27:49 +01:00
parent 84ae10bf68
commit 203e2b7c82
No known key found for this signature in database
GPG key ID: 0E9A7D3C0A01586C
2 changed files with 2 additions and 2 deletions

View file

@ -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"])) 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) schedule.every().day.at("00:00").do(recent_changes.clear_cache)
while 1: while 1:
time.sleep(1.0) time.sleep(1.0)
schedule.run_pending() schedule.run_pending()

View file

@ -36,7 +36,7 @@
"color":"THIS COLOR DEPENDS ON EDIT SIZE, PLEASE DON'T CHANGE" "color":"THIS COLOR DEPENDS ON EDIT SIZE, PLEASE DON'T CHANGE"
}, },
"edit":{ "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" "color":"THIS COLOR DEPENDS ON EDIT SIZE, PLEASE DON'T CHANGE"
}, },
"upload/overwrite":{ "upload/overwrite":{