Navigation Menu

Skip to content

Commit

Permalink
Fix broken !cat links
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jan 17, 2016
1 parent 9da3f20 commit 0a74015
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shortutils.py
Expand Up @@ -98,7 +98,6 @@ def cat(phenny, input):
"http://i.imgur.com/c6nvxLE.jpg",
"http://i.imgur.com/ERebecg.jpg",
"http://i.imgur.com/AU5LoAs.jpg",
"https://cdn.mediacru.sh/LGwqjSoddQ2G.jpg",
"http://i.imgur.com/RoCxCms.jpg",
"http://i.imgur.com/CkgC24b.jpg",
"http://i.imgur.com/iATkdQO.jpg",
Expand Down Expand Up @@ -138,10 +137,8 @@ def cat(phenny, input):
"http://i.imgur.com/8UvDsPc.jpg",
"http://i.imgur.com/yFmko1j.jpg",
"http://i.imgur.com/nySOBtb.jpg",
"https://mediacru.sh/sABjUz-OsVY_.jpe",
"https://i.imgur.com/kQ62yNM.jpg",
"https://i.imgur.com/s9tdEOi.jpg",
"https://cdn.mediacru.sh/pWo3eRzyrMnY.jpe",
"http://i.imgur.com/8mFITRO.jpg",
"http://i.imgur.com/ZT2jVRu.jpg",
"http://i.imgur.com/NIwzCXd.jpg"
Expand Down Expand Up @@ -194,7 +191,7 @@ def combine(phenny, input):
combine.commands = ['combine']

def resadj(phenny, input):
# Search for n so that n * factor == int(n * factor) starting from iv, adding delta each step (max 500)
# Search for n so that n * factor == int(n * factor) starting from iv, adding delta each step (max 500f)
def dothing(iv, delta, factor):
v = iv
i = 0
Expand Down

0 comments on commit 0a74015

Please sign in to comment.