Skip to content

Commit

Permalink
Update and rename res/test5.py to res/frances-tests/test5.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fskinner19 authored Feb 21, 2020
1 parent e24c3e9 commit e93a53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/test5.py → res/frances-tests/test5.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from bs4 import BeautifulSoup
import gscholar

webapp_path = os.path.join('/Users/fskin/pyref')
webapp_path = os.path.join('/Users/your_name/pyref')
sys.path.append(webapp_path)

os.environ['DJANGO_SETTINGS_MODULE'] = 'pyref.settings'
Expand All @@ -21,4 +21,4 @@
string =[]
for word in words:
string.insert(-1, word)
print(" ".join(string))
print(" ".join(string))

0 comments on commit e93a53d

Please sign in to comment.