4 lines
130 B
Python
4 lines
130 B
Python
|
|
def same_auth(username, password):
|
|
return username == "timedomain_text2music_team" and password == "TimeDomain_ACEFlow_DEMO"
|