fix queue management
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from datetime import datetime, date, time
|
||||
|
||||
|
||||
def get_prize_for(start, end=datetime.now(), pph=0):
|
||||
def get_prize_for(start, end, pph=0):
|
||||
"""
|
||||
calculate prize of billard table rental
|
||||
|
||||
|
||||
Reference in New Issue
Block a user