import time NONCE = 0x2283a17e7619fea7 def next_id(): global NONCE NONCE += 1 return str(hex(int(time.time())))[2:] + str(hex(int(NONCE)))[2:]