1 diff --git a/photon.py.old b/photon.py
2 index 92498e4..f7e2c3d 100644
5 @@ -185,7 +185,7 @@ if args.user_agent:
6 user_agents = args.user_agent.split(',')
9 - with open(os.getcwd() + '/core/user-agents.txt', 'r') as uas:
10 + with open('DESTDIR/core/user-agents.txt', 'r') as uas:
12 user_agents.append(agent.strip('\n'))
14 @@ -534,4 +534,4 @@ if args.export:
15 if not colors: # if colors are disabled
16 print ('%s Results saved in %s directory' % (good, output_dir))
18 - print ('%s Results saved in \033[;1m%s\033[0m directory' % (good, output_dir))
19 \ No newline at end of file
20 + print ('%s Results saved in \033[;1m%s\033[0m directory' % (good, output_dir))