Skip to content

Commit

Permalink
Correct motd update frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
th3-z committed Sep 22, 2019
1 parent a575045 commit b8773d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicked_admin/server/motd_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, server, scoreboard_type):
self.motd_path = find_data_file(server.name + ".motd")

self.scoreboard_type = scoreboard_type
self.time_interval = 5
self.time_interval = 5 * 60

if not path.exists(find_data_file(self.server.name + ".motd")):
warning(
Expand Down

0 comments on commit b8773d0

Please sign in to comment.