my_config

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2016-10-04 15:34:25 +03:00
parent 5fd9489f14
commit fd3bca11c5
6 changed files with 17 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
class ModDate < Worker
def mainloop()
while true do
self.write Time.now.strftime(@config['mod']['date']['format'])
self.write Time.now.strftime(@my_config['format'])
sleep(1)
end
end