Skip to content

Commit

Permalink
Eliminate useless credential in git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
matteaw authored Feb 12, 2020
1 parent 7e92243 commit 31867e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CAL500/Filter_and_generate_audio_test_set.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"source": [
"if not os.path.isdir('./AIML_project'):\n",
" !git clone https://matteaw:aiml20Github!@github.com/anphetamina/AIML_project.git"
" !git clone https://github.com/anphetamina/AIML_project.git"
],
"execution_count": 0,
"outputs": []
Expand Down Expand Up @@ -438,4 +438,4 @@
]
}
]
}
}

0 comments on commit 31867e4

Please sign in to comment.