hbnet/user_managment/gen_script_template-SAMPLE.py

6 lines
150 B
Python
Raw Normal View History

2021-05-12 14:37:05 -04:00
def gen_script(dmr_id, passphrase):
script = '''
DMR ID: ''' + str(dmr_id) + ''' \n Passphrase: ''' + str(passphrase) + '''
'''
return script