8000 pause for dramatic effect · ptarjan/python-oauth@c43e335 · GitHub
[go: up one dir, main page]

Skip to content

Commit c43e335

Browse files
committed
pause for dramatic effect
1 parent 14a6289 commit c43e335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth/example/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run_two_legged():
5252
def pause():
5353
print ''
5454
import time
55-
# time.sleep(1)
55+
time.sleep(1)
5656

5757
if __name__ == '__main__':
5858
run_two_legged()

0 commit comments

Comments
 (0)
0