Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CMBill authored Aug 28, 2021
1 parent fa9e0de commit 6ac155a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daycount_nbt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Configure(Serializable):
nbt_mode: bool = True
nbt_file: str = 'server/world/level.dat'
start_date: str = '2021-01-01'
dat_text: str = '这是服务器开服的第 $day 天'
day_text: str = '这是服务器开服的第 $day 天'

config: Configure

Expand Down

0 comments on commit 6ac155a

Please sign in to comment.