mirror of
https://github.com/velocitatem/raccoon.git
synced 2026-05-31 16:53:37 +00:00
A bunch
This commit is contained in:
1
cps.py
1
cps.py
@@ -10,7 +10,6 @@ import csv
|
||||
|
||||
def readMaliciousFile():
|
||||
# each item is like this: [malicious prompt, expected malicous response]
|
||||
# import malicious.csv from the dir of this file
|
||||
path = os.path.dirname(os.path.realpath(__file__)) + '/malicious.csv'
|
||||
with open(path, 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
|
||||
Reference in New Issue
Block a user