@@ -85,10 +85,9 @@ def main():
while rs.running:
tap = Tap.fake()
total_earned += tap.tap_count
print("tap:", tap.tap_count, "earned:", total_earned)
if DRY_RUN:
print(tap)
else:
if not DRY_RUN:
if not tap_request(tap):
rs.kill()
The note is not visible to the blocked user.