Skip to content

Commit 800bea0

Browse files
committed
Removed the Debian directory; should be maintained by CI. Fixed a typo. Closes #161.
1 parent eb07cc5 commit 800bea0

File tree

8 files changed

+1
-469
lines changed

8 files changed

+1
-469
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = "http://example.com/photos"
2323
params = {
2424
'oauth_version': "1.0",
2525
'oauth_nonce': oauth.generate_nonce(),
26-
'oauth_timestamp': int(time.time())
26+
'oauth_timestamp': int(time.time()),
2727
'user': 'joestump',
2828
'photoid': 555555555555
2929
}

0 commit comments

Comments
 (0)