adds required setup packages

This commit is contained in:
2022-01-15 14:12:51 +01:00
parent b18854d3a5
commit c8ce01277b
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,4 @@
import time
import ipdb
import json
import random
import qrcode
@ -7,12 +6,11 @@ import requests
import base64
import re
import os
from random_word import RandomWords
SENDER_LENGTH = 4
PASSWORD_LENGTH = 8
from random_word import RandomWords
import secrets
from base64 import urlsafe_b64encode as b64e, urlsafe_b64decode as b64d
@ -97,7 +95,7 @@ class Bump:
def show_secret(self):
print("Scan this QR Code with the Bump app to connect them:")
print("Scan this QR Code with the Bump app to connect")
for secret in self.secrets:
qr = qrcode.QRCode(
version=1,