import string in uploadlfi.py

__string__ is used twice on line 13 but it is never imported.
This commit is contained in:
cclauss 2018-09-02 13:24:35 +02:00 committed by GitHub
parent 64e577b650
commit 150110a96c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
import itertools import itertools
import requests import requests
import string
import sys import sys
print('[+] Trying to win the race') print('[+] Trying to win the race')