mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-03 23:23:53 +01:00 
			
		
		
		
	wtf was that
This commit is contained in:
		@@ -50,7 +50,7 @@ def CustomSleep(temps):
 | 
				
			|||||||
        if FAST and temps > 50:
 | 
					        if FAST and temps > 50:
 | 
				
			||||||
            sleep(temps/10)
 | 
					            sleep(temps/10)
 | 
				
			||||||
            return()
 | 
					            return()
 | 
				
			||||||
        if not LOG or not LINUX_HOST: #only print sleep when user see it
 | 
					        if LOG: #only print sleep when user see it
 | 
				
			||||||
            points = ["⢿", "⣻", "⣽", "⣾", "⣷", "⣯", "⣟", "⡿"]
 | 
					            points = ["⢿", "⣻", "⣽", "⣾", "⣷", "⣯", "⣟", "⡿"]
 | 
				
			||||||
            passe = 0
 | 
					            passe = 0
 | 
				
			||||||
            for i in range(int(temps)):
 | 
					            for i in range(int(temps)):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user