bug fixes
This commit is contained in:
		| @@ -12,7 +12,7 @@ class RandomMemoryJob(): | ||||
|          | ||||
|         if os.getenv("DOCKERIZED", "false") != "true": | ||||
|             # when running locally, annoy the programmer every 60 seconds <3 | ||||
|             job_queue.run_repeating(self.callback_memory, interval=60) | ||||
|             job_queue.run_repeating(self.callback_memory, interval=3600) | ||||
|             self.min_age = 0 # do not filter messages: show them all | ||||
|         else: | ||||
|             # set the message sending time; include UTC shift +2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lia Schöneweiß
					Lia Schöneweiß